

fs/cachefs/status.c:54: error: conflicting types for `cachefs_status_open'
fs/cachefs/status.c:23: error: previous declaration of `cachefs_status_open'


Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/fs/cachefs/status.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/cachefs/status.c~cachefs-build-fix fs/cachefs/status.c
--- 25/fs/cachefs/status.c~cachefs-build-fix	2004-09-06 23:31:57.372797152 -0700
+++ 25-akpm/fs/cachefs/status.c	2004-09-06 23:32:18.509583872 -0700
@@ -20,7 +20,7 @@
 #include <asm/uaccess.h>
 #include "cachefs-int.h"
 
-static int cachefs_status_open(struct inode *inode, struct file *file);
+static ssize_t cachefs_status_open(struct inode *inode, struct file *file);
 static ssize_t cachefs_status_write(struct file *, const char __user *,
 				    size_t, loff_t *);
 static void *cachefs_status_start(struct seq_file *p, loff_t *pos);
_
