patch-2.3.15 linux/kernel/acct.c
Next file: linux/kernel/capability.c
Previous file: linux/ipc/util.c
Back to the patch index
Back to the overall index
-  Lines: 18
 -  Date:
Mon Aug 23 11:15:53 1999
 -  Orig file: 
v2.3.14/linux/kernel/acct.c
 -  Orig date: 
Sat Jul  3 10:43:52 1999
 
diff -u --recursive --new-file v2.3.14/linux/kernel/acct.c linux/kernel/acct.c
@@ -146,7 +146,7 @@
  *  should be written. If the filename is NULL, accounting will be
  *  shutdown.
  */
-asmlinkage int sys_acct(const char *name)
+asmlinkage long sys_acct(const char *name)
 {
 	struct file *file = NULL, *old_acct = NULL;
 	char *tmp;
@@ -354,7 +354,7 @@
  * into the kernel.
  */
 
-asmlinkage int sys_acct(const char * filename)
+asmlinkage long sys_acct(const char * filename)
 {
 	return -ENOSYS;
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)