summaryrefslogtreecommitdiff
path: root/inet/getnetbyad.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/getnetbyad.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/getnetbyad.c')
-rw-r--r--inet/getnetbyad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/getnetbyad.c b/inet/getnetbyad.c
index e355ca792b..88a4b66077 100644
--- a/inet/getnetbyad.c
+++ b/inet/getnetbyad.c
@@ -26,5 +26,6 @@ Boston, MA 02111-1307, USA. */
#define ADD_PARAMS unsigned long int net, int type
#define ADD_VARIABLES net, type
#define BUFLEN 1024
+#define NEED_H_ERRNO 1
#include "../nss/getXXbyYY.c"