summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-08-25 13:10:45 +0000
committercharnier <charnier@FreeBSD.org>2002-08-25 13:10:45 +0000
commit4966efff7bc9071f04706819e62e1a291d22bcb2 (patch)
treeb72048b5daaf9c3f63615a383f3610277e497ede /sbin/dump
parentc88222c6c0149f22317404fa4c67eba023d90206 (diff)
downloadFreeBSD-src-4966efff7bc9071f04706819e62e1a291d22bcb2.zip
FreeBSD-src-4966efff7bc9071f04706819e62e1a291d22bcb2.tar.gz
Replace various spelling with FALLTHROUGH which is lint()able
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/traverse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c
index 5be1dca..9baec88 100644
--- a/sbin/dump/traverse.c
+++ b/sbin/dump/traverse.c
@@ -458,13 +458,13 @@ dumpino(union dinode *dp, ino_t ino)
return;
}
#endif
- /* fall through */
+ /* FALLTHROUGH */
case S_IFDIR:
case S_IFREG:
if (DIP(dp, di_size) > 0)
break;
- /* fall through */
+ /* FALLTHROUGH */
case S_IFIFO:
case S_IFSOCK:
OpenPOWER on IntegriCloud