[Glibc-bsd-commits] r2988 - trunk/glibc-ports/kfreebsd/bits

Petr Salinger ps-guest at alioth.debian.org
Tue Feb 16 15:47:44 UTC 2010


Author: ps-guest
Date: 2010-02-16 15:47:43 +0000 (Tue, 16 Feb 2010)
New Revision: 2988

Modified:
   trunk/glibc-ports/kfreebsd/bits/errno.h
Log:
revert accidental change of bits/errno.h, it have to wait



Modified: trunk/glibc-ports/kfreebsd/bits/errno.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/errno.h	2010-02-16 15:24:01 UTC (rev 2987)
+++ trunk/glibc-ports/kfreebsd/bits/errno.h	2010-02-16 15:47:43 UTC (rev 2988)
@@ -155,9 +155,8 @@
 #define	EMULTIHOP	90		/* Multihop attempted */
 #define	ENOLINK		91		/* Link has been severed */
 #define	EPROTO		92		/* Protocol error */
-#define	ENOTCAPABLE	93		/* Capabilities insufficient */
 
-#define	ELAST		93		/* Must be equal largest errno */
+#define	ELAST		92		/* Must be equal largest errno */
 
 # ifndef __ASSEMBLER__
 /* Function to get address of global `errno' variable.  */




More information about the Glibc-bsd-commits mailing list