summaryrefslogtreecommitdiff
path: root/inet/getnetbynm.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/getnetbynm.c
parente6c9a67a0bdb970f3b7f7ced6581b98cfe35797c (diff)
* inet/getnetent_r.c: Define NEED_H_ERRNO.cvs/libc-960713cvs/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/getnetbynm.c')
-rw-r--r--inet/getnetbynm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/getnetbynm.c b/inet/getnetbynm.c
index db1c7b0cf6..febd807979 100644
--- a/inet/getnetbynm.c
+++ b/inet/getnetbynm.c
@@ -26,5 +26,6 @@ Boston, MA 02111-1307, USA. */
#define ADD_PARAMS const char *name
#define ADD_VARIABLES name
#define BUFLEN 1024
+#define NEED_H_ERRNO 1
#include "../nss/getXXbyYY.c"