patch-2.3.15 linux/fs/noquot.c

Next file: linux/fs/open.c
Previous file: linux/fs/nls/nls_iso8859-14.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/fs/noquot.c linux/fs/noquot.c
@@ -9,7 +9,7 @@
 int nr_dquots = 0, nr_free_dquots = 0;
 int max_dquots = 0;
 
-asmlinkage int sys_quotactl(int cmd, const char *special, int id, caddr_t addr)
+asmlinkage long sys_quotactl(int cmd, const char *special, int id, caddr_t addr)
 {
 	return(-ENOSYS);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)