patch-2.1.32 linux/fs/exec.c

Next file: linux/fs/ext2/super.c
Previous file: linux/fs/buffer.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.31/linux/fs/exec.c linux/fs/exec.c
@@ -78,6 +78,11 @@
 #ifdef CONFIG_BINFMT_JAVA
 	init_java_binfmt();
 #endif
+
+#ifdef CONFIG_BINFMT_EM86
+	init_em86_binfmt();
+#endif
+
 	/* This cannot be configured out of the kernel */
 	init_script_binfmt();
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov