patch-2.3.15 linux/fs/readdir.c
Next file: linux/fs/select.c
Previous file: linux/fs/read_write.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Aug 23 11:15:53 1999
- Orig file:
v2.3.14/linux/fs/readdir.c
- Orig date:
Tue Dec 1 21:45:10 1998
diff -u --recursive --new-file v2.3.14/linux/fs/readdir.c linux/fs/readdir.c
@@ -142,7 +142,7 @@
return 0;
}
-asmlinkage int sys_getdents(unsigned int fd, void * dirent, unsigned int count)
+asmlinkage long sys_getdents(unsigned int fd, void * dirent, unsigned int count)
{
struct file * file;
struct dentry * dentry;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)