* [PATCH] 2.6.16-rc6-mm1 fs/9p compile failure
@ 2006-03-13 12:38 Bernhard Rosenkraenzer
0 siblings, 0 replies; only message in thread
From: Bernhard Rosenkraenzer @ 2006-03-13 12:38 UTC (permalink / raw)
To: akpm, linux-kernel
Fixes:
fs/9p/fcprint.c:93: error: static declaration of 'v9fs_printstat' follows
non-static declaration
fs/9p/9p.h:377: error: previous declaration of 'v9fs_printstat' was here
fs/9p/fcprint.c:125: error: static declaration of 'v9fs_dumpdata' follows
non-static declaration
fs/9p/9p.h:376: error: previous declaration of 'v9fs_dumpdata' was here
Signed-off-by: Bernhard Rosenkraenzer <bero@arklinux.org>
--- linux-2.6.15/fs/9p/9p.h.ark 2006-03-13 13:37:16.000000000 +0100
+++ linux-2.6.15/fs/9p/9p.h 2006-03-13 13:37:21.000000000 +0100
@@ -373,5 +373,3 @@
u32 count, const char __user * data,
struct v9fs_fcall **rcall);
int v9fs_printfcall(char *, int, struct v9fs_fcall *, int);
-int v9fs_dumpdata(char *, int, u8 *, int);
-int v9fs_printstat(char *, int, struct v9fs_stat *, int);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-13 13:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-13 12:38 [PATCH] 2.6.16-rc6-mm1 fs/9p compile failure Bernhard Rosenkraenzer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.