patch-2.3.9 linux/fs/exec.c
Next file: linux/fs/ext2/dir.c
Previous file: linux/fs/efs/symlink.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Sat Jun 26 12:04:39 1999
- Orig file:
v2.3.8/linux/fs/exec.c
- Orig date:
Wed Jun 2 13:50:07 1999
diff -u --recursive --new-file v2.3.8/linux/fs/exec.c linux/fs/exec.c
@@ -72,10 +72,6 @@
init_aout32_binfmt();
#endif
-#ifdef CONFIG_BINFMT_JAVA
- init_java_binfmt();
-#endif
-
#ifdef CONFIG_BINFMT_EM86
init_em86_binfmt();
#endif
@@ -324,7 +320,7 @@
/*
* Read in the complete executable. This is used for "-N" files
* that aren't on a block boundary, and for files on filesystems
- * without bmap support.
+ * without get_block support.
*/
int read_exec(struct dentry *dentry, unsigned long offset,
char * addr, unsigned long count, int to_kmem)
@@ -804,7 +800,6 @@
bprm.dentry = dentry;
bprm.filename = filename;
bprm.sh_bang = 0;
- bprm.java = 0;
bprm.loader = 0;
bprm.exec = 0;
if ((bprm.argc = count(argv)) < 0) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)