From 842907c6f8e6022f443175072e65bc516eb0973b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 12 Jul 1996 02:01:17 +0000 Subject: * inet/getnetent_r.c: Define NEED_H_ERRNO. * 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 . * misc/sys/select.h: Include instead of for `struct timespec'. --- misc/sys/select.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/sys/select.h b/misc/sys/select.h index 320df02e02..dcb2012cff 100644 --- a/misc/sys/select.h +++ b/misc/sys/select.h @@ -19,9 +19,9 @@ Boston, MA 02111-1307, USA. */ /* POSIX 1003.1g: 6.2 Select from File Descriptor Sets */ -#ifndef __SYS_SELECT_H +#ifndef _SYS_SELECT_H -#define __SYS_SELECT_H 1 +#define _SYS_SELECT_H 1 #include /* Get definition of needed basic types. */ @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ /* Get definition of timer specification structures. */ #define __need_timespec -#include +#include __BEGIN_DECLS -- cgit 1.4.1