]> sjero.net Git - wget/commitdiff
Need NAMESPACE_TWEAKS on non-Linux glibc-based systems, too.
authorMicah Cowan <micah@cowan.name>
Thu, 11 Jun 2009 23:00:59 +0000 (16:00 -0700)
committerMicah Cowan <micah@cowan.name>
Thu, 11 Jun 2009 23:00:59 +0000 (16:00 -0700)
src/ChangeLog
src/sysdep.h

index cd5f2eee8e8c1aaedb24b2d5c8842642b4cf1b0b..af39497d5830dbc718fc3d99a80e37b645ff2262 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-11  Micah Cowan  <micah@cowan.name>
+
+       * sysdep.h: Need NAMESPACE_TWEAKS on non-Linux glibc-based
+       systems, too. Thanks to Robert Millan.
+
 2009-05-28  Steven Schubiger  <stsc@member.fsf.org>
 
        * ftp.c (ftp_get_listing): Update the "listing file" 
index 84301b78a9f563a27797554ba98f0911f01a17c3..a7416f9ad915b76dbc7bbe11d4c01afbae202428 100644 (file)
@@ -57,7 +57,7 @@ as that of the covered work.  */
 # define NAMESPACE_TWEAKS
 #endif
 
-#ifdef __linux__
+#if defined(__linux__) || defined(__GLIBC__)
 # define NAMESPACE_TWEAKS
 #endif