]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[BZ #5737] cvs/fedora-glibc-20080216T1726
authorUlrich Drepper <drepper@redhat.com>
Fri, 15 Feb 2008 15:49:15 +0000 (15:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 15 Feb 2008 15:49:15 +0000 (15:49 +0000)
2008-02-15  Ulrich Drepper  <drepper@redhat.com>
[BZ #5737]
* resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
__USE_MISC is defined.

ChangeLog
resolv/netdb.h

index 5108ede5f48ccd54ce68c0e26b5bd5d5d075b960..1e430102f87d67cfb204c195748563921c6f5ea0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-15  Ulrich Drepper  <drepper@redhat.com>
+
+       [BZ #5737]
+       * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
+       __USE_MISC is defined.
+
 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
index 47669c80022c00a5cfc46d81e8b5aac025d969a2..a260c487bcd66a9bd814fd6c471265fcf26929e2 100644 (file)
@@ -612,7 +612,7 @@ struct gaicb
 #  define EAI_IDN_ENCODE  -105 /* IDN encoding failed.  */
 # endif
 
-# ifdef __USE_GNU
+# ifdef __USE_MISC
 #  define NI_MAXHOST      1025
 #  define NI_MAXSERV      32
 # endif