]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/igmp.h
[SCTP]: Annotate SCTP headers.
[linux-2.6-omap-h63xx.git] / include / linux / igmp.h
index 21dd5690527118b1987c8e24234744c501ca926d..6e7ea2f0a57c557b80c7b77de0f8bad13dafba36 100644 (file)
@@ -30,7 +30,7 @@ struct igmphdr
 {
        __u8 type;
        __u8 code;              /* For newer IGMP */
-       __be16 csum;
+       __sum16 csum;
        __be32 group;
 };