patch-2.1.1 linux/fs/ncpfs/dir.c
Next file: linux/fs/ncpfs/file.c
Previous file: linux/fs/locks.c
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Tue Oct  1 17:44:22 1996
-  Orig file: 
v2.1.0/linux/fs/ncpfs/dir.c
-  Orig date: 
Thu Sep 26 15:28:30 1996
diff -u --recursive --new-file v2.1.0/linux/fs/ncpfs/dir.c linux/fs/ncpfs/dir.c
@@ -24,8 +24,8 @@
 	unsigned long f_pos;
 };
 
-static int 
-ncp_dir_read(struct inode *inode, struct file *filp, char *buf, int count);
+static long
+ncp_dir_read(struct inode *inode, struct file *filp, char *buf, unsigned long count);
 
 static int 
 ncp_readdir(struct inode *inode, struct file *filp,
@@ -192,8 +192,8 @@
 	return NULL;
 }
 	
-static int 
-ncp_dir_read(struct inode *inode, struct file *filp, char *buf, int count)
+static long
+ncp_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