about summary refs log tree commit diff
path: root/inet/getnetent_r.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-12 02:01:17 +0000
committerRoland McGrath <roland@gnu.org>1996-07-12 02:01:17 +0000
commit842907c6f8e6022f443175072e65bc516eb0973b (patch)
tree626cc5413c07820d66cbdb1ea841f56af09c7346 /inet/getnetent_r.c
parente6c9a67a0bdb970f3b7f7ced6581b98cfe35797c (diff)
downloadglibc-842907c6f8e6022f443175072e65bc516eb0973b.tar.gz
glibc-842907c6f8e6022f443175072e65bc516eb0973b.tar.xz
glibc-842907c6f8e6022f443175072e65bc516eb0973b.zip
* inet/getnetent_r.c: Define NEED_H_ERRNO. cvs/libc-960713 cvs/libc-960712
	* inet/getnetbynm_r.c: Likewise.
	* inet/getnetent.c: Likewise.
	* inet/getnetbyad_r.c: Likewise.
	* inet/getnetbyad.c: Likewise.
	* inet/getnetbynm.c: Likewise.

	* sysdeps/generic/pselect.c: Include <sys/time.h>.

	* misc/sys/select.h: Include <time.h> instead of <sys/time.h> for
	`struct timespec'.
Diffstat (limited to 'inet/getnetent_r.c')
-rw-r--r--inet/getnetent_r.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/getnetent_r.c b/inet/getnetent_r.c
index 333bb4b529..b6ac85ce84 100644
--- a/inet/getnetent_r.c
+++ b/inet/getnetent_r.c
@@ -27,5 +27,6 @@ Boston, MA 02111-1307, USA.  */
 #define STAYOPEN	int stayopen
 #define STAYOPEN_VAR	stayopen
 #define NEED__RES	1
+#define NEED_H_ERRNO	1
 
 #include "../nss/getXXent_r.c"