diff options
author | mjacob <mjacob@FreeBSD.org> | 2003-11-14 05:13:00 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2003-11-14 05:13:00 +0000 |
commit | 7d2b52af08717ce5d083a60b81be978938f2eac9 (patch) | |
tree | 3b20c0ee24f7f10234166e3166ec2192705863b3 /sys/dev/isp | |
parent | 149f26477e6c402227349a655830bc9681c185f0 (diff) | |
download | FreeBSD-src-7d2b52af08717ce5d083a60b81be978938f2eac9.zip FreeBSD-src-7d2b52af08717ce5d083a60b81be978938f2eac9.tar.gz |
fix broken _IOR usage
Diffstat (limited to 'sys/dev/isp')
-rw-r--r-- | sys/dev/isp/isp_ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h index f0294c8..5b975e5 100644 --- a/sys/dev/isp/isp_ioctl.h +++ b/sys/dev/isp/isp_ioctl.h @@ -73,7 +73,7 @@ /* * Get the current adapter role */ -#define ISP_GETROLE _IOR(ISP_IOC, 5), int +#define ISP_GETROLE _IOR(ISP_IOC, 5, int) /* * Get/Clear Stats |