patch-2.3.12 linux/fs/binfmt_misc.c
Next file: linux/fs/binfmt_script.c
Previous file: linux/fs/binfmt_em86.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Jul 22 09:47:55 1999
- Orig file:
v2.3.11/linux/fs/binfmt_misc.c
- Orig date:
Wed Jun 2 13:50:01 1999
diff -u --recursive --new-file v2.3.11/linux/fs/binfmt_misc.c linux/fs/binfmt_misc.c
@@ -64,11 +64,13 @@
static int entry_proc_setup(struct binfmt_entry *e);
static struct linux_binfmt misc_format = {
+ NULL,
#ifndef MODULE
- NULL, 0, load_misc_binary, NULL, NULL
+ NULL,
#else
- NULL, &__this_module, load_misc_binary, NULL, NULL
+ &__this_module,
#endif
+ load_misc_binary, NULL, NULL, 0
};
static struct proc_dir_entry *bm_dir = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)