mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
vioc-header-split-20060921
enable windows to build again
This commit is contained in:
parent
faee281941
commit
50852d6c81
@ -11,7 +11,9 @@
|
||||
#define AFS_VICE_H 1
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifndef AFS_NT40_ENV
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#if defined(__sun) && defined(__SVR4)
|
||||
# include <sys/ioccom.h>
|
||||
#endif
|
||||
@ -31,7 +33,7 @@ struct ViceIoctl32 {
|
||||
#endif
|
||||
|
||||
/* Windows uses a different structure layout, defined in sys/pioctl_nt.h. */
|
||||
#ifndef _WIN32_WINNT
|
||||
#ifndef AFS_NT40_ENV
|
||||
struct ViceIoctl {
|
||||
caddr_t in, out; /* Data to be transferred in, or out */
|
||||
short in_size; /* Size of input buffer <= 2K */
|
||||
|
Loading…
Reference in New Issue
Block a user