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