From f01369965f601640e94b5752f7afd74f60fec7f2 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 16 Oct 2002 08:04:11 +0000 Subject: Fix comments and one resulting code confusion about the type of the "command" argument to VOP_IOCTL. Spotted by: FlexeLint. --- sys/fs/fifofs/fifo_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/fifofs') diff --git a/sys/fs/fifofs/fifo_vnops.c b/sys/fs/fifofs/fifo_vnops.c index 7292e56..53538ef 100644 --- a/sys/fs/fifofs/fifo_vnops.c +++ b/sys/fs/fifofs/fifo_vnops.c @@ -334,7 +334,7 @@ static int fifo_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; -- cgit v1.1