Date: Sat, 2 Apr 2005 12:33:29 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys errno.h src/lib/libc/gen errlst.c Message-ID: <200504021233.j32CXTdC084779@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504021233.j32CXTdC084779>