patch-2.1.23 linux/fs/binfmt_java.c
Next file: linux/fs/binfmt_script.c
Previous file: linux/fs/binfmt_elf.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Sun Jan 26 12:07:30 1997
-  Orig file: 
v2.1.22/linux/fs/binfmt_java.c
-  Orig date: 
Mon Dec 30 15:39:13 1996
diff -u --recursive --new-file v2.1.22/linux/fs/binfmt_java.c linux/fs/binfmt_java.c
@@ -144,7 +144,7 @@
 #ifndef MODULE
 	NULL, 0, load_java, NULL, NULL
 #else
-	NULL, &__this_module.usecount, load_java, NULL, NULL
+	NULL, &__this_module, load_java, NULL, NULL
 #endif
 };
 
@@ -161,7 +161,7 @@
 #ifndef MODULE
 	NULL, 0, load_applet, NULL, NULL
 #else
-	NULL, &__this_module.usecount, load_applet, NULL, NULL
+	NULL, &__this_module, load_applet, NULL, NULL
 #endif
 };
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov