patch-2.1.34 linux/fs/exec.c
Next file: linux/fs/fat/misc.c
Previous file: linux/fs/buffer.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Fri Apr 11 10:47:38 1997
-  Orig file: 
v2.1.33/linux/fs/exec.c
-  Orig date: 
Mon Apr  7 11:35:30 1997
diff -u --recursive --new-file v2.1.33/linux/fs/exec.c linux/fs/exec.c
@@ -71,6 +71,10 @@
 	init_elf_binfmt();
 #endif
 
+#ifdef CONFIG_BINFMT_ELF32
+	init_elf32_binfmt();
+#endif
+
 #ifdef CONFIG_BINFMT_AOUT
 	init_aout_binfmt();
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov