summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2003-11-14 05:13:00 +0000
committermjacob <mjacob@FreeBSD.org>2003-11-14 05:13:00 +0000
commit7d2b52af08717ce5d083a60b81be978938f2eac9 (patch)
tree3b20c0ee24f7f10234166e3166ec2192705863b3 /sys/dev/isp
parent149f26477e6c402227349a655830bc9681c185f0 (diff)
downloadFreeBSD-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.h2
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
OpenPOWER on IntegriCloud