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

Petr Salinger ps-guest at alioth.debian.org
Sun Jul 17 18:09:52 UTC 2011


Author: ps-guest
Date: 2011-07-17 18:09:51 +0000 (Sun, 17 Jul 2011)
New Revision: 3613

Modified:
   trunk/glibc-ports/kfreebsd/dl-sysdep.c
Log:
fix compile warning


Modified: trunk/glibc-ports/kfreebsd/dl-sysdep.c
===================================================================
--- trunk/glibc-ports/kfreebsd/dl-sysdep.c	2011-07-17 16:55:55 UTC (rev 3612)
+++ trunk/glibc-ports/kfreebsd/dl-sysdep.c	2011-07-17 18:09:51 UTC (rev 3613)
@@ -83,6 +83,7 @@
     {
       /* Fill in the values we have not gotten from the kernel through the
 	 auxiliary vector.  */
+#  undef SEE
 #  define SEE(UID, var, uid) \
    var ^= __get##uid ()
       SEE (UID, uid, uid);




More information about the Glibc-bsd-commits mailing list