John Baldwin <[EMAIL PROTECTED]> writes:
>   At some point in the future we should look at expanding the file descriptor
>   in FILE to an int, but that is a bit complicated due to ABI issues.

There shouldn't be any ABI issues, since FILE should never, ever be used
directly, only through FILE *.

If someone out there is stupid enough to do

FILE f = *fopen("foo", "r+");

then they deserve the breakage...

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to