patch-2.1.69 linux/fs/autofs/waitq.c
Next file: linux/fs/binfmt_aout.c
Previous file: linux/drivers/sound/sound_firmware.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Mon Dec  1 10:34:11 1997
-  Orig file: 
v2.1.68/linux/fs/autofs/waitq.c
-  Orig date: 
Mon Dec  1 12:04:13 1997
diff -u --recursive --new-file v2.1.68/linux/fs/autofs/waitq.c linux/fs/autofs/waitq.c
@@ -42,7 +42,8 @@
 
 static int autofs_write(struct file *file, const void *addr, int bytes)
 {
-	unsigned long fs, sigpipe, flags;
+	unsigned long sigpipe, flags;
+	mm_segment_t fs;
 	const char *data = (const char *)addr;
 	ssize_t wr = 0;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov