[IPV4]: trivial igmp annotations
[pandora-kernel.git] / include / linux / igmp.h
index 7514cce..03f43e2 100644 (file)
@@ -140,7 +140,7 @@ struct ip_sf_socklist
 };
 
 #define IP_SFLSIZE(count)      (sizeof(struct ip_sf_socklist) + \
-       (count) * sizeof(__u32))
+       (count) * sizeof(__be32))
 
 #define IP_SFBLOCK     10      /* allocate this many at once */