cvs commit: src/sys/sys errno.h src/lib/libc/gen errlst.c
David Schultz
das at FreeBSD.org
Sat Apr 2 04:33:32 PST 2005
das 2005-04-02 12:33:29 UTC
FreeBSD src repository
Modified files:
sys/sys errno.h
lib/libc/gen errlst.c
Log:
Add some missing errnos from POSIX. Nothing in FreeBSD generates
these at the moment, but applications that test for them will now
have a better chance of compiling.
I have intentionally omitted errnos that are only good for STREAMS,
since apps that use STREAMS won't compile anyway. The exception is
EPROTO, which was apparently intended for STREAMS, but worth having
anyway because Linux (mis)uses it for other things.
Revision Changes Path
1.8 +5 -0 src/lib/libc/gen/errlst.c
1.28 +7 -1 src/sys/sys/errno.h
More information about the cvs-src
mailing list