don't include <sys/ioctl.h> on sunos4

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1665 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-04 23:09:00 +00:00
parent 65d1958a9b
commit 0bf5e413ef
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ RCSID("$Id$");
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
#if defined(HAVE_SYS_IOCTL_H) && SunOS != 4
#include <sys/ioctl.h>
#endif
#ifdef HAVE_UNISTD_H

View File

@@ -57,7 +57,7 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
#if defined(HAVE_SYS_IOCTL_H) && SunOS != 4
#include <sys/ioctl.h>
#endif
#ifdef HAVE_SYS_FILIO_H