summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-16 08:04:11 +0000
committerphk <phk@FreeBSD.org>2002-10-16 08:04:11 +0000
commitf01369965f601640e94b5752f7afd74f60fec7f2 (patch)
tree1ef597e1775af8008706f6276defdaa314700892 /sys/isofs/cd9660
parent2bb853a13d863d96c4fec5407985c10a057520ff (diff)
downloadFreeBSD-src-f01369965f601640e94b5752f7afd74f60fec7f2.zip
FreeBSD-src-f01369965f601640e94b5752f7afd74f60fec7f2.tar.gz
Fix comments and one resulting code confusion about the type of the
"command" argument to VOP_IOCTL. Spotted by: FlexeLint.
Diffstat (limited to 'sys/isofs/cd9660')
-rw-r--r--sys/isofs/cd9660/cd9660_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_vnops.c b/sys/isofs/cd9660/cd9660_vnops.c
index 148d5a7..af87aaa 100644
--- a/sys/isofs/cd9660/cd9660_vnops.c
+++ b/sys/isofs/cd9660/cd9660_vnops.c
@@ -227,7 +227,7 @@ static int
cd9660_ioctl(ap)
struct vop_ioctl_args /* {
struct vnode *a_vp;
- int a_command;
+ u_long a_command;
caddr_t a_data;
int a_fflag;
struct ucred *a_cred;
OpenPOWER on IntegriCloud