Date: Fri, 9 Aug 2002 03:15:48 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys errno.h src/lib/libc/gen errlst.c Message-ID: <200208091015.g79AFme4051274@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/08/09 03:15:48 PDT Modified files: sys/sys errno.h lib/libc/gen errlst.c Log: Introduce a new error return code: #define EDOFUS 88 /* Programming error */ This can be used to signal error situations which indicate that the program logic or assumptions is deficient. Revision Changes Path 1.5 +3 -0 src/lib/libc/gen/errlst.c 1.22 +2 -0 src/sys/sys/errno.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208091015.g79AFme4051274>