added SOLARIS ifdef around ioctl includes

This commit is contained in:
Jeff Hill
1995-10-12 18:55:22 +00:00
parent 9dcee4c068
commit 4c2822dd2e

View File

@@ -54,11 +54,10 @@ static char *os_depenhSccsId = "$Id$";
# include <net/if.h>
# include <arpa/inet.h>
# include <netdb.h>
/* 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 <sys/filio.h>
# include <sys/sockio.h>
# endif