[Glibc-bsd-commits] r3261 - trunk/glibc-ports/kfreebsd

Aurelien Jarno aurel32 at alioth.debian.org
Tue Feb 8 23:02:32 UTC 2011


Author: aurel32
Date: 2011-02-08 23:02:31 +0000 (Tue, 08 Feb 2011)
New Revision: 3261

Modified:
   trunk/glibc-ports/kfreebsd/ldsodefs.h
Log:
Fix a typo


Modified: trunk/glibc-ports/kfreebsd/ldsodefs.h
===================================================================
--- trunk/glibc-ports/kfreebsd/ldsodefs.h	2011-02-08 20:45:51 UTC (rev 3260)
+++ trunk/glibc-ports/kfreebsd/ldsodefs.h	2011-02-08 23:02:31 UTC (rev 3261)
@@ -51,7 +51,7 @@
     [EI_CLASS] = ELFW(CLASS),				\
     [EI_DATA] = byteorder,				\
     [EI_VERSION] = EV_CURRENT,				\
-    [EI_OSABI] = ELFOSABI_FREEBSD			\
+    [EI_OSABI] = ELFOSABI_FREEBSD,			\
     [EI_ABIVERSION] = 0					\
   }
 




More information about the Glibc-bsd-commits mailing list