patch-2.3.10 linux/fs/sysv/file.c
Next file: linux/fs/ufs/balloc.c
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Jul 5 20:35:18 1999
- Orig file:
v2.3.9/linux/fs/sysv/file.c
- Orig date:
Wed Jun 30 13:38:20 1999
diff -u --recursive --new-file v2.3.9/linux/fs/sysv/file.c linux/fs/sysv/file.c
@@ -30,9 +30,6 @@
#define MIN(a,b) (((a)<(b))?(a):(b))
#define MAX(a,b) (((a)>(b))?(a):(b))
-#include <linux/fs.h>
-#include <linux/sysv_fs.h>
-
/*
* Write to a file (through the page cache).
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)