From e544b3c5a10750f0a6e563f648a46ff304d9ee95 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sat, 15 Jul 2017 14:16:50 +0300 Subject: [PATCH] 9406 acct: this statement may fall through Reviewed by: C Fraire Reviewed by: Gary Mills Approved by: Hans Rosenfeld --- usr/src/cmd/acct/acctcon.c | 3 +-- usr/src/cmd/acct/acctcon1.c | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/cmd/acct/acctcon.c b/usr/src/cmd/acct/acctcon.c index e153a5c793..bb64b4eeb4 100644 --- a/usr/src/cmd/acct/acctcon.c +++ b/usr/src/cmd/acct/acctcon.c @@ -26,8 +26,6 @@ * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * acctcon [-l file] [-o file] ctmp-file * -p print input only, no processing @@ -259,6 +259,7 @@ loop() return; case BOOT_TIME: upall(); + /* FALLTHROUGH */ case ACCOUNTING: case RUN_LVL: lastime = wb.ut_xtime; -- 2.11.4.GIT