patch-2.3.99-pre1 linux/kernel/module.c
Next file: linux/kernel/pm.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sat Mar 11 08:08:46 2000
- Orig file:
v2.3.51/linux/kernel/module.c
- Orig date:
Fri Mar 10 16:40:50 2000
diff -u --recursive --new-file v2.3.51/linux/kernel/module.c linux/kernel/module.c
@@ -1038,4 +1038,9 @@
return -ENOSYS;
}
+int try_inc_mod_count(struct module *mod)
+{
+ return 1;
+}
+
#endif /* CONFIG_MODULES */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)