]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- ip6_dst_lookup EXPORT_SYMBOL fix
authorcieciwa <cieciwa@pld-linux.org>
Tue, 11 May 2004 16:55:41 +0000 (16:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    2.6.6-pom-ng-20040429-REJECT-fix.patch -> 1.1

2.6.6-pom-ng-20040429-REJECT-fix.patch [new file with mode: 0644]

diff --git a/2.6.6-pom-ng-20040429-REJECT-fix.patch b/2.6.6-pom-ng-20040429-REJECT-fix.patch
new file mode 100644 (file)
index 0000000..6fd128c
--- /dev/null
@@ -0,0 +1,10 @@
+--- linux-2.6.6/net/ipv6/ip6_output.c.org      2004-05-10 04:31:59.000000000 +0200
++++ linux-2.6.6/net/ipv6/ip6_output.c  2004-05-11 18:35:06.402777016 +0200
+@@ -805,6 +805,7 @@
+       *dst = NULL;
+       return err;
+ }
++EXPORT_SYMBOL(ip6_dst_lookup);
+ int ip6_append_data(struct sock *sk, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb),
+                   void *from, int length, int transhdrlen,
This page took 2.767545 seconds and 4 git commands to generate.