All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Rosenkraenzer <bero@arklinux.org>
To: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] 2.6.16-rc6-mm1 fs/9p compile failure
Date: Mon, 13 Mar 2006 13:38:02 +0100	[thread overview]
Message-ID: <200603131338.03295.bero@arklinux.org> (raw)

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);

                 reply	other threads:[~2006-03-13 13:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200603131338.03295.bero@arklinux.org \
    --to=bero@arklinux.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.