diff options
author | Matt Jacob <mjacob@FreeBSD.org> | 2003-11-14 05:13:00 +0000 |
---|---|---|
committer | Matt Jacob <mjacob@FreeBSD.org> | 2003-11-14 05:13:00 +0000 |
commit | 1484f178c499f5c0687afb95a7e8d56147b96ab3 (patch) | |
tree | 3b20c0ee24f7f10234166e3166ec2192705863b3 /sys/dev/isp/isp_ioctl.h | |
parent | 700249c28709d12f015510d2e2588d0da42c0f3d (diff) |
Notes
Diffstat (limited to 'sys/dev/isp/isp_ioctl.h')
-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 f0294c806b1cb..5b975e5825872 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 |