From 2e7075bd313980f83e5fa416e210eac468b6edc2 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 12 Oct 1995 01:34:00 +0000 Subject: [PATCH] Dont include filio.h and sockio.h. They are included by ioctl.h and dont exist under linux. --- src/ca/os_depen.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/ca/os_depen.h b/src/ca/os_depen.h index 750f071d2..ea2caaddb 100644 --- a/src/ca/os_depen.h +++ b/src/ca/os_depen.h @@ -25,7 +25,9 @@ * .11 GeG 120992 support VMS/UCX * .12 CJM 130794 define MYERRNO properly for UCX * .13 CJM 311094 mods to support DEC C compiler - * + * .14 joh 100695 removed UNIX include of filio.h and sockio.h + * because they are include by ioctl.h under + * BSD and SVR4 (and they dont exist under linux) */ #ifndef INCos_depenh @@ -52,8 +54,14 @@ static char *os_depenhSccsId = "$Id$"; # include # include # include -# include -# include +/* ioctl.h fetches in these under BSD and + * SVR4 and they dont exist under linux so I + * took them out - joh 100695 + */ +# if 0 +# include +# include +# endif # define CA_OS_CONFIGURED #endif