patch-1.3.4 linux/fs/isofs/file.c
Next file: linux/fs/isofs/symlink.c
Previous file: linux/fs/hpfs/hpfs_fs.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Jun 26 11:06:52 1995
- Orig file:
v1.3.3/linux/fs/isofs/file.c
- Orig date:
Mon Jan 23 10:38:29 1995
diff -u --recursive --new-file v1.3.3/linux/fs/isofs/file.c linux/fs/isofs/file.c
@@ -88,7 +88,7 @@
if(mode == ISOFS_FILE_TEXT_M) outchar = 0x0a;
if(mode == ISOFS_FILE_TEXT) outchar = ' ';
}
- put_fs_byte(outchar, outbuf++);
+ put_user(outchar, outbuf++);
buffer++;
}
}
@@ -240,7 +240,7 @@
buf += chars;
} else {
while (chars-->0)
- put_fs_byte(0,buf++);
+ put_user(0,buf++);
}
offset = 0;
if (++bhe == &buflist[NBUF])
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