patch-1.3.42 linux/kernel/ksyms.c
Next file: linux/kernel/signal.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Wed Nov 15 08:09:31 1995
- Orig file:
v1.3.41/linux/kernel/ksyms.c
- Orig date:
Mon Nov 13 12:36:46 1995
diff -u --recursive --new-file v1.3.41/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -126,7 +126,7 @@
struct symbol_table symbol_table = {
#include <linux/symtab_begin.h>
-#ifdef CONFIG_MODVERSIONS
+#ifdef MODVERSIONS
{ (void *)1 /* Version version :-) */,
SYMBOL_NAME_STR (Using_Versions) },
#endif
@@ -226,7 +226,8 @@
X(getblk),
X(bread),
X(breada),
- X(brelse),
+ X(__brelse),
+ X(__bforget),
X(ll_rw_block),
X(__wait_on_buffer),
X(dcache_lookup),
@@ -387,6 +388,7 @@
defined(CONFIG_HPLAN) || defined(CONFIG_AC3200)
/* If 8390 NIC support is built in, we will need these. */
X(ei_open),
+ X(ei_close),
X(ei_debug),
X(ei_interrupt),
X(ethdev_init),
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this