]> git.pld-linux.org Git - packages/kernel.git/blob - 2.6.5-rc3-EXPORT_SYMBOL.patch
- moving config-* fixed.
[packages/kernel.git] / 2.6.5-rc3-EXPORT_SYMBOL.patch
1 --- linux-2.6.5-rc3.org/net/ipv6/ip6_output.c   2004-03-30 05:25:31.000000000 +0200
2 +++ linux-2.6.5-rc3/net/ipv6/ip6_output.c       2004-03-30 21:47:58.000000000 +0200
3 @@ -791,6 +791,7 @@
4         *dst = NULL;
5         return err;
6  }
7 +EXPORT_SYMBOL(ip6_dst_lookup);
8  
9  int ip6_append_data(struct sock *sk, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb),
10                     void *from, int length, int transhdrlen,
11 --- linux-2.6.5-rc3.org/net/irda/irda_device.c  2004-03-30 05:26:13.000000000 +0200
12 +++ linux-2.6.5-rc3/net/irda/irda_device.c      2004-03-30 21:57:04.000000000 +0200
13 @@ -232,6 +232,7 @@
14  
15         __irda_task_delete(task);
16  }
17 +EXPORT_SYMBOL(irda_task_delete);
18  
19  /*
20   * Function irda_task_kick (task)
This page took 0.025 seconds and 3 git commands to generate.