| Kernel v2.1.100 /net/netsyms.c |
|---|
 2.1.100
 net
 netsyms.c
diff -u --recursive --new-file v2.1.99/linux/net/netsyms.c linux/net/netsyms.c
--- v2.1.99/linux/net/netsyms.c Sat May 2 14:19:55 1998
+++ linux/net/netsyms.c Sat May 2 14:22:30 1998
@@ -458,7 +458,7 @@
EXPORT_SYMBOL(qdisc_new_estimator);
EXPORT_SYMBOL(qdisc_kill_estimator);
#endif
-#ifdef CONFIG_NET_POLICE
+#ifdef CONFIG_NET_CLS_POLICE
EXPORT_SYMBOL(tcf_police);
EXPORT_SYMBOL(tcf_police_locate);
EXPORT_SYMBOL(tcf_police_destroy);
|