From 4c2822dd2e995edc20fcc45a889441238ea16e3c Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 12 Oct 1995 18:55:22 +0000 Subject: [PATCH] added SOLARIS ifdef around ioctl includes --- src/ca/os_depen.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/ca/os_depen.h b/src/ca/os_depen.h index ea2caaddb..90e659b9f 100644 --- a/src/ca/os_depen.h +++ b/src/ca/os_depen.h @@ -54,11 +54,10 @@ static char *os_depenhSccsId = "$Id$"; # 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 + /* + * normally these are included by ioctl.h + */ +# ifdef SOLARIS # include # include # endif