commit | d8c97a9451068dd9f7b838a240bb6db894133a5e | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | Tue Aug 09 20:12:12 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:49:35 2005 -0700 |
tree | 76d087cbfe404755a385eef131f7063b48525695 | |
parent | 295f7324ff8d9ea58b4d3ec93b1aaa1d80e048a9 [diff] [blame] |
[NET]: Export symbols needed by the current DCCP code Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index dd568b0..633945d 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c
@@ -158,6 +158,8 @@ dst_output); } +EXPORT_SYMBOL_GPL(ip_build_and_send_pkt); + static inline int ip_finish_output2(struct sk_buff *skb) { struct dst_entry *dst = skb->dst;