patch-1.3.39 linux/fs/minix/fsync.c
Next file: linux/fs/minix/inode.c
Previous file: linux/fs/minix/file.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Wed Nov 8 12:23:33 1995
- Orig file:
v1.3.38/linux/fs/minix/fsync.c
- Orig date:
Mon Jan 23 10:38:29 1995
diff -u --recursive --new-file v1.3.38/linux/fs/minix/fsync.c linux/fs/minix/fsync.c
@@ -8,13 +8,6 @@
* minix fsync primitive
*/
-#ifdef MODULE
-#include <linux/module.h>
-#endif
-
-#include <asm/segment.h>
-#include <asm/system.h>
-
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/stat.h>
@@ -24,6 +17,8 @@
#include <linux/fs.h>
#include <linux/minix_fs.h>
+#include <asm/segment.h>
+#include <asm/system.h>
#define blocksize BLOCK_SIZE
#define addr_per_block 512
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