Renamed element 'fh' to 'handle' to make it more obvious
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 15 Oct 2013 20:31:29 +0000 (20:31 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 15 Oct 2013 20:31:29 +0000 (20:31 +0000)
commit050bcaf3f1c6061aee123698cf201c0cfd225264
treed2760c4fef332477ba62772d8646ab7e8f030027
parent5c41daa920f7520b30354c419fabcae1dd5ac2c9
Renamed element 'fh' to 'handle' to make it more obvious
that it isn't always a filehandle. (I had already fixed
3 crashes because of wrong usage.)

Removed unecessary conversion to BPTR. 'Handle' *is* a BPTR.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48292 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
36 files changed:
AROS/compiler/posixc/__exec.c
AROS/compiler/posixc/__fdesc.c
AROS/compiler/posixc/__fdesc.h
AROS/compiler/posixc/__get_default_file.c
AROS/compiler/posixc/close.c
AROS/compiler/posixc/closedir.c
AROS/compiler/posixc/fchmod.c
AROS/compiler/posixc/fcntl.c
AROS/compiler/posixc/fflush.c
AROS/compiler/posixc/fgetc.c
AROS/compiler/posixc/fgets.c
AROS/compiler/posixc/flock.c
AROS/compiler/posixc/fputc.c
AROS/compiler/posixc/fputs.c
AROS/compiler/posixc/fread.c
AROS/compiler/posixc/fseek.c
AROS/compiler/posixc/fseeko.c
AROS/compiler/posixc/fstat.c
AROS/compiler/posixc/fsync.c
AROS/compiler/posixc/ftell.c
AROS/compiler/posixc/ftruncate.c
AROS/compiler/posixc/fwrite.c
AROS/compiler/posixc/isatty.c
AROS/compiler/posixc/lseek.c
AROS/compiler/posixc/opendir.c
AROS/compiler/posixc/pipe.c
AROS/compiler/posixc/popen.c
AROS/compiler/posixc/read.c
AROS/compiler/posixc/readdir.c
AROS/compiler/posixc/seekdir.c
AROS/compiler/posixc/setvbuf.c
AROS/compiler/posixc/system.c
AROS/compiler/posixc/ungetc.c
AROS/compiler/posixc/vfprintf.c
AROS/compiler/posixc/vfscanf.c
AROS/compiler/posixc/write.c