Author: rmh Date: 2006-02-22 08:22:09 +0000 (Wed, 22 Feb 2006) New Revision: 1244
Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/errno.h Log: Add ENODATA and EGREGIOUS as aliases for ENOATTR and EDOOFUS (see http://sources.redhat.com/bugzilla/show_bug.cgi?id=2160 and http://sourceware.org/ml/libc-alpha/2006-02/msg00053.html). Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/errno.h =================================================================== --- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/errno.h 2006-02-21 18:55:18 UTC (rev 1243) +++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/errno.h 2006-02-22 08:22:09 UTC (rev 1244) @@ -148,8 +148,10 @@ #define ECANCELED 85 /* Operation canceled */ #define EILSEQ 86 /* Illegal byte sequence */ #define ENOATTR 87 /* Attribute not found */ +#define ENODATA ENOATTR #define EDOOFUS 88 /* Programming error */ +#define EGREGIOUS EDOOFUS #define EBADMSG 89 /* Bad message */ #define EMULTIHOP 90 /* Multihop attempted */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

