2.3.5 binfmt_java,misc missing exported symbol

Jeff Hittman (jhittman@slip.net)
Sun, 6 Jun 1999 14:54:19 -0700 (PDT)


Both binfmt_java and binfmt_misc when made as modules are missing an
exported symbol.

--- linux/kernel/ksyms.c.old Thu Jun 3 16:52:58 1999
+++ linux/kernel/ksyms.c Thu Jun 3 16:53:53 1999
@@ -346,6 +346,7 @@
/* Program loader interfaces */
EXPORT_SYMBOL(setup_arg_pages);
EXPORT_SYMBOL(copy_strings);
+EXPORT_SYMBOL(copy_strings_kernel);
EXPORT_SYMBOL(do_execve);
EXPORT_SYMBOL(flush_old_exec);
EXPORT_SYMBOL(open_dentry);

----------------------------
Jeff Hittman
jhittman@slip.net
----------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/