diff options
| author | Jim Rees <rees@FreeBSD.org> | 2004-03-26 22:44:59 +0000 |
|---|---|---|
| committer | Jim Rees <rees@FreeBSD.org> | 2004-03-26 22:44:59 +0000 |
| commit | 2754e7333eb0ead4fe08401be9e1ad474284b394 (patch) | |
| tree | 79ec30a39d066c7111d98ec0e181fa30e730ebce /sys | |
| parent | 2c6040bbb7575512f137ac7000ef53cbd23cb882 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/nfs4client/nfs4_dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfs4client/nfs4_dev.h b/sys/nfs4client/nfs4_dev.h index 218f1de3206d..4d4817c544c9 100644 --- a/sys/nfs4client/nfs4_dev.h +++ b/sys/nfs4client/nfs4_dev.h @@ -47,7 +47,7 @@ struct nfs4dev_msg { uint8_t msg_data[NFS4DEV_MSG_MAX_DATALEN]; }; -#define NFS4DEV_VERSION (0x3 << 16 | sizeof(struct nfs4dev_msg)) +#define NFS4DEV_VERSION (0x3 << 16 | (int) sizeof(struct nfs4dev_msg)) /* ioctl commands */ #define NFS4DEVIOCGET _IOR('A', 0x200, struct nfs4dev_msg) |
