patch-1.3.39 linux/fs/umsdos/symlink.c
Next file: linux/fs/xiafs/bitmap.c
Previous file: linux/fs/umsdos/rdir.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Wed Nov 8 12:33:39 1995
- Orig file:
v1.3.38/linux/fs/umsdos/symlink.c
- Orig date:
Mon Jan 23 10:38:30 1995
diff -u --recursive --new-file v1.3.38/linux/fs/umsdos/symlink.c linux/fs/umsdos/symlink.c
@@ -6,12 +6,6 @@
*
* Extended MS-DOS 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/fs.h>
@@ -22,8 +16,12 @@
#include <linux/umsdos_fs.h>
#include <linux/malloc.h>
+#include <asm/segment.h>
+#include <asm/system.h>
+
#define PRINTK(x)
#define Printk(x) printk x
+
/*
Read the data associate with the symlink.
Return length read in buffer or a negative error code.
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