diff options
author | charnier <charnier@FreeBSD.org> | 2002-08-25 13:10:45 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-08-25 13:10:45 +0000 |
commit | 4966efff7bc9071f04706819e62e1a291d22bcb2 (patch) | |
tree | b72048b5daaf9c3f63615a383f3610277e497ede /sbin/routed | |
parent | c88222c6c0149f22317404fa4c67eba023d90206 (diff) | |
download | FreeBSD-src-4966efff7bc9071f04706819e62e1a291d22bcb2.zip FreeBSD-src-4966efff7bc9071f04706819e62e1a291d22bcb2.tar.gz |
Replace various spelling with FALLTHROUGH which is lint()able
Diffstat (limited to 'sbin/routed')
-rw-r--r-- | sbin/routed/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/output.c b/sbin/routed/output.c index 0077ba0..cc110ef 100644 --- a/sbin/routed/output.c +++ b/sbin/routed/output.c @@ -727,7 +727,7 @@ supply(struct sockaddr_in *dst, case OUT_QUERY: ws.state |= WS_ST_QUERY; - /* fall through */ + /* FALLTHROUGH */ case OUT_BROADCAST: case OUT_UNICAST: v2buf.type = (vers == RIPv2) ? type : NO_OUT_RIPV2; |