mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Need NAMESPACE_TWEAKS on non-Linux glibc-based systems, too.
This commit is contained in:
parent
7f5c8e7037
commit
d1e12d9e05
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user