SOURCES (LINUX_2_6): kernel-hotfixes.patch - fix undefined symbol ...
pluto
pluto at pld-linux.org
Wed Nov 2 18:07:24 CET 2005
Author: pluto Date: Wed Nov 2 17:07:24 2005 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- fix undefined symbol `sysctl_ip_default_ttl` in netfilter module.
---- Files affected:
SOURCES:
kernel-hotfixes.patch (1.1.2.65 -> 1.1.2.66)
---- Diffs:
================================================================
Index: SOURCES/kernel-hotfixes.patch
diff -u SOURCES/kernel-hotfixes.patch:1.1.2.65 SOURCES/kernel-hotfixes.patch:1.1.2.66
--- SOURCES/kernel-hotfixes.patch:1.1.2.65 Wed Oct 12 17:08:15 2005
+++ SOURCES/kernel-hotfixes.patch Wed Nov 2 18:07:18 2005
@@ -133,3 +133,10 @@
/* Used by sysrq-p, among others. I don't believe r9-r15 are ever
saved in the context it's used. */
+--- a/net/ipv4/ip_output.c 2005-10-28 02:02:08.000000000 +0200
++++ b/net/ipv4/ip_output.c 2005-11-02 17:45:33.000000000 +0100
+@@ -1329,3 +1329,4 @@
+ EXPORT_SYMBOL(ip_generic_getfrag);
+ EXPORT_SYMBOL(ip_queue_xmit);
+ EXPORT_SYMBOL(ip_send_check);
++EXPORT_SYMBOL(sysctl_ip_default_ttl);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/kernel-hotfixes.patch?r1=1.1.2.65&r2=1.1.2.66&f=u
More information about the pld-cvs-commit
mailing list