commit | f6e276ee67c0ac9efafd24bc6f7a84aa359656df | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Mon Jun 20 13:32:05 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 20 13:32:05 2005 -0700 |
tree | 33e3377739fb67573ef7cba8312f142765ccff79 | |
parent | f852640e74f71e6dd38146e1149ec1fe6da2fb07 [diff] [blame] |
[ATALK]: endian annotations Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/appletalk/aarp.c b/net/appletalk/aarp.c index 54640c0..10d0404 100644 --- a/net/appletalk/aarp.c +++ b/net/appletalk/aarp.c
@@ -565,7 +565,7 @@ * numbers we just happen to need. Now put the * length in the lower two. */ - *((__u16 *)skb->data) = htons(skb->len); + *((__be16 *)skb->data) = htons(skb->len); ft = 1; } /*