patch-2.3.12 linux/fs/binfmt_em86.c

Next file: linux/fs/binfmt_misc.c
Previous file: linux/fs/binfmt_elf.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.11/linux/fs/binfmt_em86.c linux/fs/binfmt_em86.c
@@ -105,11 +105,13 @@
 }
 
 struct linux_binfmt em86_format = {
+	NULL,
 #ifndef MODULE
-	NULL, 0, load_em86, NULL, NULL
+	NULL,
 #else
-	NULL, &__this_module, load_em86, NULL, NULL
+	&__this_module,
 #endif
+	load_em86, NULL, NULL, 0
 };
 
 int __init init_em86_binfmt(void)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)