diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-12 02:01:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-12 02:01:17 +0000 |
commit | 842907c6f8e6022f443175072e65bc516eb0973b (patch) | |
tree | 626cc5413c07820d66cbdb1ea841f56af09c7346 /inet/getnetent_r.c | |
parent | e6c9a67a0bdb970f3b7f7ced6581b98cfe35797c (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/getnetent_r.c')
-rw-r--r-- | inet/getnetent_r.c | 1 |
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" |