patch-2.3.99-pre2 linux/kernel/acct.c
Next file: linux/kernel/ksyms.c
Previous file: linux/ipc/shm.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Mar 16 10:45:58 2000
-  Orig file: 
v2.3.99-pre1/linux/kernel/acct.c
-  Orig date: 
Fri Mar 10 16:40:50 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/kernel/acct.c linux/kernel/acct.c
@@ -154,7 +154,7 @@
 		if (IS_ERR(tmp))
 			goto out;
 		/* Difference from BSD - they don't do O_APPEND */
-		file = filp_open(tmp, O_WRONLY|O_APPEND, 0);
+		file = filp_open(tmp, O_WRONLY|O_APPEND, 0, NULL);
 		putname(tmp);
 		if (IS_ERR(file)) {
 			error = PTR_ERR(file);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)