patch-2.1.18 linux/fs/binfmt_aout.c

Next file: linux/fs/binfmt_elf.c
Previous file: linux/fs/affs/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.17/linux/fs/binfmt_aout.c linux/fs/binfmt_aout.c
@@ -37,7 +37,7 @@
 #ifndef MODULE
 	NULL, NULL, load_aout_binary, load_aout_library, aout_core_dump
 #else
-	NULL, &mod_use_count_, load_aout_binary, load_aout_library, aout_core_dump
+	NULL, &__this_module.usecount, load_aout_binary, load_aout_library, aout_core_dump
 #endif
 };
 

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