patch-2.1.6 linux/fs/affs/symlink.c

Next file: linux/fs/binfmt_aout.c
Previous file: linux/fs/affs/namei.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.5/linux/fs/affs/symlink.c linux/fs/affs/symlink.c
@@ -15,7 +15,7 @@
 #include <linux/stat.h>
 #include <linux/affs_fs.h>
 #include <linux/amigaffs.h>
-#include <asm/segment.h>
+#include <asm/uaccess.h>
 
 #define MIN(a,b) (((a) < (b)) ? (a) : (b))
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov