Need NAMESPACE_TWEAKS on non-Linux glibc-based systems, too.

This commit is contained in:
Micah Cowan 2009-06-11 16:00:59 -07:00
parent 7f5c8e7037
commit d1e12d9e05
2 changed files with 6 additions and 1 deletions

View 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"

View 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