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

Aurelien Jarno aurel32 at alioth.debian.org
Thu Feb 2 14:04:03 UTC 2012


Author: aurel32
Date: 2012-02-02 14:04:02 +0000 (Thu, 02 Feb 2012)
New Revision: 4051

Modified:
   trunk/glibc-ports/kfreebsd/bits/errno.h
Log:
Fix broken and untested changes. sigh.


Modified: trunk/glibc-ports/kfreebsd/bits/errno.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/errno.h	2012-02-02 12:34:26 UTC (rev 4050)
+++ trunk/glibc-ports/kfreebsd/bits/errno.h	2012-02-02 14:04:02 UTC (rev 4051)
@@ -168,8 +168,6 @@
 #define	EDIRIOCTL	(-4)		/* do direct ioctl in GEOM */
 #endif
 
-#endif
-
 # ifndef __ASSEMBLER__
 /* Function to get address of global `errno' variable.  */
 extern int *__errno_location (void) __THROW __attribute__ ((__const__));




More information about the Glibc-bsd-commits mailing list