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

From: Chris Wright
Date: Tue Dec 07 2004 - 15:10:56 EST


* 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>

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