patch-2.3.15 linux/fs/ioctl.c
Next file: linux/fs/lockd/clntlock.c
Previous file: linux/fs/fifo.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Aug 23 11:15:53 1999
-  Orig file: 
v2.3.14/linux/fs/ioctl.c
-  Orig date: 
Mon Jul 26 22:41:09 1999
diff -u --recursive --new-file v2.3.14/linux/fs/ioctl.c linux/fs/ioctl.c
@@ -48,7 +48,7 @@
 }
 
 
-asmlinkage int sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg)
+asmlinkage long sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg)
 {	
 	struct file * filp;
 	unsigned int flag;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)