Module Name: src Committed By: kre Date: Sat Nov 4 07:26:35 UTC 2017
Modified Files: src/lib/libc/stdio: fopen.c Log Message: Avoid losing a fd (ie: close it) in the (ever so likely) case that the fd exceeds the limits of what can be stored in a FILE (65535). To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/stdio/fopen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.