]> err.no Git - linux-2.6/blobdiff - include/linux/ip.h
[PATCH] make 1-bit bitfields unsigned
[linux-2.6] / include / linux / ip.h
index ecee9bb27d0e6db993778bb6b82169fd5b8cf8d2..1d36b971a8b53b869b4588fca445382aec25a09a 100644 (file)
@@ -98,7 +98,7 @@ struct iphdr {
        __be16  frag_off;
        __u8    ttl;
        __u8    protocol;
-       __be16  check;
+       __sum16 check;
        __be32  saddr;
        __be32  daddr;
        /*The options start here. */