]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Apr 2003 17:54:19 +0000 (17:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Apr 2003 17:54:19 +0000 (17:54 +0000)
2003-04-25  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.

ChangeLog
sysdeps/posix/getaddrinfo.c

index e432c0f4a9c5715c444cb59637256533531d2c8d..6e6c17f81a2b93a8cf6b36aab49f790e268f44ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-25  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.
+
 2003-04-22  Jakub Jelinek  <jakub@redhat.com>
 
        * include/link.h (NO_TLS_OFFSET): Define to 0 if not defined.
index 819a85d9efa93e0e981b94b3f87f2e8eb9ec4c68..062d10849d408cb3b96a701afb1cb73fa903f704 100644 (file)
@@ -40,6 +40,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <ifaddrs.h>
 #include <netdb.h>
 #include <resolv.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
This page took 0.053118 seconds and 5 git commands to generate.