diff options
author | Roland McGrath <roland@gnu.org> | 1995-08-22 22:47:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-08-22 22:47:57 +0000 |
commit | 3cf595e562f955e399d80ea9d053e41d50469e6b (patch) | |
tree | 77ed930262ae9606543c580c4a3d69141c1bd561 /netdb.h | |
parent | 207eb76afba6503af9c4ab5711bfd76f9697c1ad (diff) | |
download | glibc-3cf595e562f955e399d80ea9d053e41d50469e6b.tar.gz glibc-3cf595e562f955e399d80ea9d053e41d50469e6b.tar.xz glibc-3cf595e562f955e399d80ea9d053e41d50469e6b.zip |
Tue Aug 22 16:49:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* inet/netdb.h: Moved to resolv. * inet/Makefile (headers): Remove netdb.h. * resolv/Makefile (headers): Add netdb.h. * resolv/gethnamaddr.c, resolv/inet_addr.c, resolv/netdb.h, resolv/res_send.c: Updated from BIND-4.9.3-BETA26. * hurd/thread-cancel.c: If SS->cancel_hook is not null, call it before resuming the thread. * hurd/hurd/signal.h (struct hurd_sigstate): New member `cancel_hook'. * hurd/Makefile: Removed dep on hurd/signal.h for RPC stub objects. Mon Aug 21 16:37:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * sysdeps/i386/dl-machine.h (elf_machine_rel): Grok R_386_NONE relocs, and do nothing. Why the linker generates them we may never know. * sysdeps/mach/hurd/i386/intr-msg.h: New file.
Diffstat (limited to 'netdb.h')
-rw-r--r-- | netdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netdb.h b/netdb.h index e31569fe30..e2e1868cbb 100644 --- a/netdb.h +++ b/netdb.h @@ -1 +1 @@ -#include <inet/netdb.h> +#include <resolv/netdb.h> |