r1400 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches
Joshua Kwan
joshk@haydn.debian.org
Sat, 28 Aug 2004 20:44:42 -0600
Author: joshk
Date: 2004-08-27 13:01:12 -0600 (Fri, 27 Aug 2004)
New Revision: 1400
Modified:
trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/modular-xfrm_tunnel-export-symbol.dpatch
Log:
only export xfrm4_rcv_encap
Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/modular-xfrm_tunnel-export-symbol.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/modular-xfrm_tunnel-export-symbol.dpatch 2004-08-27 19:00:05 UTC (rev 1399)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/modular-xfrm_tunnel-export-symbol.dpatch 2004-08-27 19:01:12 UTC (rev 1400)
@@ -4,10 +4,9 @@
--- kernel-source-2.6.8-2.6.8/net/ipv4/xfrm4_input.c~ 2004-08-27 11:17:30.000000000 -0700
+++ kernel-source-2.6.8-2.6.8/net/ipv4/xfrm4_input.c 2004-08-27 11:18:04.000000000 -0700
-@@ -154,3 +154,6 @@
+@@ -154,3 +154,5 @@
kfree_skb(skb);
return 0;
}
+
-+EXPORT_SYMBOL(xfrm4_rcv);
+EXPORT_SYMBOL(xfrm4_rcv_encap);