From: Chris Wright <chrisw@osdl.org>
To: Adrian Bunk <bunk@stusta.de>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] binfmt_script.c: make struct script_format static (fwd)
Date: Tue, 7 Dec 2004 12:07:10 -0800 [thread overview]
Message-ID: <20041207120710.B469@build.pdx.osdl.net> (raw)
In-Reply-To: <20041207193518.GB7250@stusta.de>; from bunk@stusta.de on Tue, Dec 07, 2004 at 08:35:18PM +0100
* Adrian Bunk (bunk@stusta.de) wrote:
> The patch forwarded below still applies and compiles against
> 2.6.10-rc2-mm4.
>
> Please apply.
Yup, also binfmt_em86.c (are there any users of it?).
thanks,
-chris
--
Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net
Make em86_format static.
Signed-off-by: Chris Wright <chrisw@osdl.org>
===== fs/binfmt_em86.c 1.8 vs edited =====
--- 1.8/fs/binfmt_em86.c 2004-05-10 04:25:55 -07:00
+++ edited/fs/binfmt_em86.c 2004-12-07 12:06:00 -08:00
@@ -95,7 +95,7 @@ static int load_em86(struct linux_binprm
return search_binary_handler(bprm, regs);
}
-struct linux_binfmt em86_format = {
+static struct linux_binfmt em86_format = {
.module = THIS_MODULE,
.load_binary = load_em86,
};
next prev parent reply other threads:[~2004-12-07 20:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-07 19:35 [2.6 patch] binfmt_script.c: make struct script_format static (fwd) Adrian Bunk
2004-12-07 20:07 ` Chris Wright [this message]
2004-12-07 20:41 ` Adrian Bunk
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=20041207120710.B469@build.pdx.osdl.net \
--to=chrisw@osdl.org \
--cc=akpm@osdl.org \
--cc=bunk@stusta.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox