summaryrefslogtreecommitdiff
path: root/inet/getnetbynm_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/getnetbynm_r.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_r.c')
-rw-r--r--inet/getnetbynm_r.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/getnetbynm_r.c b/inet/getnetbynm_r.c
index ba395d63ac..6b87118838 100644
--- a/inet/getnetbynm_r.c
+++ b/inet/getnetbynm_r.c
@@ -26,5 +26,6 @@ Boston, MA 02111-1307, USA. */
#define ADD_PARAMS const char *name
#define ADD_VARIABLES name
#define NEED__RES 1
+#define NEED_H_ERRNO 1
#include "../nss/getXXbyYY_r.c"