]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/udp.c
[IPV4]: struct ip_options annotations
[net-next-2.6.git] / net / ipv4 / udp.c
index 77e265d7bb8f8a7a795e552aef4214570a40a7da..b63fd3d390244220e27e91997ce967aa1de8c209 100644 (file)
@@ -513,7 +513,7 @@ int udp_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
        struct rtable *rt = NULL;
        int free = 0;
        int connected = 0;
-       u32 daddr, faddr, saddr;
+       __be32 daddr, faddr, saddr;
        u16 dport;
        u8  tos;
        int err;