Re: [2.6 patch] binfmt_script.c: make struct script_format static (fwd) (fwd)

From: Adrian Bunk
Date: Mon Dec 13 2004 - 19:04:23 EST



The trivial patch by Chris Wright <chrisw@xxxxxxxx> forwarded below
still applies against 2.6.10-rc3-mm1.

Please apply.


----- Forwarded message from Chris Wright <chrisw@xxxxxxxx> -----

Date: Tue, 7 Dec 2004 12:07:10 -0800
From: Chris Wright <chrisw@xxxxxxxx>
To: Adrian Bunk <bunk@xxxxxxxxx>
Cc: Andrew Morton <akpm@xxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx
Subject: Re: [2.6 patch] binfmt_script.c: make struct script_format static (fwd)

* Adrian Bunk (bunk@xxxxxxxxx) 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@xxxxxxxx>
Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

===== 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,
};

----- End forwarded message -----

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/