sun-iow-includes-20060802

Solaris needs <sys/ioccom.h> for _IOW.
This commit is contained in:
Russ Allbery 2006-08-03 02:51:41 +00:00
parent b34e03d1e6
commit b8dd9c4c6b

View File

@ -12,6 +12,9 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#if defined(__sun) && defined(__SVR4)
# include <sys/ioccom.h>
#endif
/* /*
* Structures used to pass data into AFS ioctls. The buffer pointers may be * Structures used to pass data into AFS ioctls. The buffer pointers may be