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:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund