about summary refs log tree commit diff
path: root/resolv/nsap_addr.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-01 19:35:00 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-01 19:35:00 +0000
commit628a0aa1523e7160dac986d7988fcc08375cfd88 (patch)
treea69799810ae1c679709deed767709e944d15c45c /resolv/nsap_addr.c
parentf9ded616b20aa0e48eaee5e2799d84f71feeb640 (diff)
downloadglibc-628a0aa1523e7160dac986d7988fcc08375cfd88.tar.gz
glibc-628a0aa1523e7160dac986d7988fcc08375cfd88.tar.xz
glibc-628a0aa1523e7160dac986d7988fcc08375cfd88.zip
Update.
1998-11-29 1998  H.J. Lu  <hjl@gnu.org>

	* libio/genops.c (_IO_unbuffer_write): Renamed from
	_IO_unbuffer_all.
	(_IO_cleanup): Call _IO_unbuffer_write instead of
	_IO_unbuffer_all.

1998-12-01  Ulrich Drepper  <drepper@cygnus.com>

	* intl/localealias.c: Use *_unlocked version of stdio function if
	_LIBC_REENTRANT is defined, not _LIBC.

1998-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* include/grp.h: Add prototypes for internal functions
	__getgrgid_r and __getgrnam_r.

	* inet/herrno.c: Include <netdb.h> for prototype, undef h_errno.

	* resolv/nsap_addr.c: Include <arpa/inet.h> for inet_nsap_addr and
	inet_nsap_ntoa prototypes.

	* sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Pass -I option
	to gcc to have it find the correct system header.
	Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.

	Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
Diffstat (limited to 'resolv/nsap_addr.c')
-rw-r--r--resolv/nsap_addr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/nsap_addr.c b/resolv/nsap_addr.c
index 5157c37c14..2222cda75a 100644
--- a/resolv/nsap_addr.c
+++ b/resolv/nsap_addr.c
@@ -23,6 +23,7 @@ static char rcsid[] = "$Id$";
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 #include <arpa/nameser.h>
 #include <ctype.h>
 #include <resolv.h>