commit | 252e33467a3b016f20dd8df12269cef3b167f21e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 14 20:48:11 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:22:49 2006 -0800 |
tree | d8ea541988b3352dd832df8a9e6ab5ca195e3528 | |
parent | 448c31aa34b5ee947d322e8747c4cf801fc4c104 [diff] [blame] |
[NET] net/core: Annotations. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/core/netpoll.c b/net/core/netpoll.c index 0746c81..523141e 100644 --- a/net/core/netpoll.c +++ b/net/core/netpoll.c
@@ -330,7 +330,7 @@ struct arphdr *arp; unsigned char *arp_ptr; int size, type = ARPOP_REPLY, ptype = ETH_P_ARP; - u32 sip, tip; + __be32 sip, tip; struct sk_buff *send_skb; struct netpoll *np = NULL;