Make sure sys/ioctl.h isn't included on sunos

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2872 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-10 04:07:49 +00:00
parent 5fb9667b70
commit be9455a1aa

View File

@@ -61,7 +61,7 @@
#include <fcntl.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
#if defined(HAVE_SYS_IOCTL_H) && SunOS != 4
#include <sys/ioctl.h>
#endif
#ifdef HAVE_PWD_H