diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-16 08:04:11 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-16 08:04:11 +0000 |
| commit | bc9d8a9a373dd93902e6e521deb34270e04fe01f (patch) | |
| tree | 1ef597e1775af8008706f6276defdaa314700892 /sys/isofs | |
| parent | fcf549422d95fcbe6d5389503c0bb971031086cd (diff) | |
Notes
Diffstat (limited to 'sys/isofs')
| -rw-r--r-- | sys/isofs/cd9660/cd9660_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_vnops.c b/sys/isofs/cd9660/cd9660_vnops.c index 148d5a7c3437d..af87aaa88621e 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; |
