patch-2.0.21-2.1.0 linux/fs/ext/dir.c
Next file: linux/fs/ext/file.c
Previous file: linux/fs/exec.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Sep 30 11:01:41 1996
- Orig file:
lx2.0/v2.0.21/linux/fs/ext/dir.c
- Orig date:
Fri Dec 22 13:00:19 1995
diff -u --recursive --new-file lx2.0/v2.0.21/linux/fs/ext/dir.c linux/fs/ext/dir.c
@@ -20,7 +20,8 @@
#include <linux/ext_fs.h>
#include <linux/stat.h>
-static int ext_dir_read(struct inode * inode, struct file * filp, char * buf, int count)
+static long ext_dir_read(struct inode * inode, struct file * filp,
+ char * buf, unsigned long count)
{
return -EISDIR;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov