I suggest the patch included below. Sorry about that.
Regards,
Martin
--- exec.c.old Tue Mar 5 12:55:08 1996
+++ exec.c Tue Mar 5 12:55:25 1996
@@ -535,7 +535,7 @@
}
#endif
for (try=0; try<2; try++) {
- for (fmt = get_binfmt_list() ; fmt ; fmt = fmt->next) {
+ for (fmt = formats; fmt ; fmt = fmt->next) {
int (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary;
if (!fn)
continue;