aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-01-31 13:11:41 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-31 13:11:41 -0800
commitdd1c1853e2742f4938b271dbe0cee735e2ffa3d9 (patch)
treedca773c1f509e06330559e55113a0e7cae5ddb68 /include
parentMerge master.kernel.org:/home/rmk/linux-2.6-serial (diff)
downloadlinux-dev-dd1c1853e2742f4938b271dbe0cee735e2ffa3d9.tar.xz
linux-dev-dd1c1853e2742f4938b271dbe0cee735e2ffa3d9.zip
Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICAST
Modern versions of gcc do not like case statements at the end of a block statement: you need at least an empty statement. Using just a "break;" is preferred for visual style. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions