diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2010-06-01 13:57:58 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2010-06-01 13:57:58 +0000 |
| commit | 9770cc486f72d7b79116f4225eded39a6b9dd8eb (patch) | |
| tree | 1ee65fd56043d8047f75aa57f3ee593f5c9cd0cf /sys | |
| parent | bf28bb90d569ad13c190e3bce16c4fd0ddab74eb (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fs/coda/coda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/coda/coda.h b/sys/fs/coda/coda.h index 93547a4d7e80..376a574a9335 100644 --- a/sys/fs/coda/coda.h +++ b/sys/fs/coda/coda.h @@ -313,7 +313,7 @@ struct coda_statfs { #define VC_MAXMSGSIZE sizeof(union inputArgs)+sizeof(union outputArgs) +\ VC_MAXDATASIZE -#define CIOC_KERNEL_VERSION _IOWR('c', 10, sizeof (int)) +#define CIOC_KERNEL_VERSION _IOWR('c', 10, int) #if 0 /* don't care about kernel version number */ #define CODA_KERNEL_VERSION 0 |
