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
- Lines: 9
- Date:
Fri Dec 27 12:03:24 1996
- Orig file:
v2.1.17/linux/fs/binfmt_aout.c
- Orig date:
Tue Oct 29 19:58:19 1996
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