patch-1.3.4 linux/fs/hpfs/hpfs_fs.c
Next file: linux/fs/isofs/file.c
Previous file: linux/fs/ext2/symlink.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Jun 26 11:06:52 1995
-  Orig file: 
v1.3.3/linux/fs/hpfs/hpfs_fs.c
-  Orig date: 
Mon Jun 12 17:05:30 1995
diff -u --recursive --new-file v1.3.3/linux/fs/hpfs/hpfs_fs.c linux/fs/hpfs/hpfs_fs.c
@@ -981,7 +981,7 @@
 		unsigned c = *in++;
 		if (c == '\r' && (len == 0 || *in == '\n'));
 		else
-			put_fs_byte(c, out++);
+			put_user(c, out++);
 	}
 
 	return out - start;
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