patch-1.3.39 linux/fs/minix/file.c
Next file: linux/fs/minix/fsync.c
Previous file: linux/fs/minix/dir.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Wed Nov 8 12:22:08 1995
- Orig file:
v1.3.38/linux/fs/minix/file.c
- Orig date:
Wed Aug 2 13:21:15 1995
diff -u --recursive --new-file v1.3.38/linux/fs/minix/file.c linux/fs/minix/file.c
@@ -6,13 +6,6 @@
* minix regular file handling primitives
*/
-#ifdef MODULE
-#include <linux/module.h>
-#endif
-
-#include <asm/segment.h>
-#include <asm/system.h>
-
#include <linux/sched.h>
#include <linux/minix_fs.h>
#include <linux/kernel.h>
@@ -20,6 +13,9 @@
#include <linux/fcntl.h>
#include <linux/stat.h>
#include <linux/locks.h>
+
+#include <asm/segment.h>
+#include <asm/system.h>
#define NBUF 32
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this