]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/ip_output.c
[NET_SCHED]: HTB: fix incorrect use of RB_EMPTY_NODE
[linux-2.6-omap-h63xx.git] / net / ipv4 / ip_output.c
index 97aee76fb7463d41bdaac364907b37cf4f6b25dd..5bf2f094e317dff24ad7b2051033811390f83519 100644 (file)
@@ -118,7 +118,7 @@ static inline int ip_select_ttl(struct inet_sock *inet, struct dst_entry *dst)
  *
  */
 int ip_build_and_send_pkt(struct sk_buff *skb, struct sock *sk,
-                         u32 saddr, u32 daddr, struct ip_options *opt)
+                         __be32 saddr, __be32 daddr, struct ip_options *opt)
 {
        struct inet_sock *inet = inet_sk(sk);
        struct rtable *rt = (struct rtable *)skb->dst;