svn commit: branches/uClibc_0_9_28/libc/inet

andersen at uclibc.org andersen at uclibc.org
Wed Feb 21 23:27:10 UTC 2007


Author: andersen
Date: 2007-02-21 15:27:09 -0800 (Wed, 21 Feb 2007)
New Revision: 17945

Log:
fix a potential compile problem


Modified:
   branches/uClibc_0_9_28/libc/inet/resolv.c


Changeset:
Modified: branches/uClibc_0_9_28/libc/inet/resolv.c
===================================================================
--- branches/uClibc_0_9_28/libc/inet/resolv.c	2007-02-21 18:32:40 UTC (rev 17944)
+++ branches/uClibc_0_9_28/libc/inet/resolv.c	2007-02-21 23:27:09 UTC (rev 17945)
@@ -134,6 +134,7 @@
  */
 
 #define __FORCE_GLIBC
+#define _GNU_SOURCE
 #include <features.h>
 #include <string.h>
 #include <stdio.h>




More information about the uClibc-cvs mailing list