mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
sun-iow-includes-20060802
Solaris needs <sys/ioccom.h> for _IOW.
This commit is contained in:
parent
b34e03d1e6
commit
b8dd9c4c6b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user