mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 00:41:30 +01:00
GCC 3.1 cleanup - add a break after default: at the end of a switch
statement.
This commit is contained in:
parent
3847d1fda8
commit
123b2d4a74
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94075
@ -540,6 +540,7 @@ print_entry(struct sockaddr_dl *sdl,
|
||||
printf(" [vlan]");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if (sdl->sdl_rcf != NULL) {
|
||||
printf(" rt=%x", ntohs(sdl->sdl_rcf));
|
||||
|
Loading…
Reference in New Issue
Block a user