commit | 63007727e0bb09e8d906f73d36a09b9fac0d5893 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Sep 27 18:31:32 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 28 18:02:02 2006 -0700 |
tree | 015d2627d9a28e2b81989d3b82d130c32f138d5f | |
parent | c0cda068aac3481d40795b115e4fd36f7d386e3a [diff] [blame] |
[IPV4]: trivial igmp annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/linux/igmp.h b/include/linux/igmp.h index 7514cce..03f43e2 100644 --- a/include/linux/igmp.h +++ b/include/linux/igmp.h
@@ -140,7 +140,7 @@ }; #define IP_SFLSIZE(count) (sizeof(struct ip_sf_socklist) + \ - (count) * sizeof(__u32)) + (count) * sizeof(__be32)) #define IP_SFBLOCK 10 /* allocate this many at once */