summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/cmd/acct/acctcon.c3
-rw-r--r--usr/src/cmd/acct/acctcon1.c3
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] <wtmpx-file
@@ -237,6 +235,7 @@ loop()
return;
case BOOT_TIME:
upall();
+ /* FALLTHROUGH */
case ACCOUNTING:
case RUN_LVL:
lastime = wb.ut_xtime;
diff --git a/usr/src/cmd/acct/acctcon1.c b/usr/src/cmd/acct/acctcon1.c
index b15c70fb5b..abf5685f4e 100644
--- a/usr/src/cmd/acct/acctcon1.c
+++ b/usr/src/cmd/acct/acctcon1.c
@@ -27,7 +27,7 @@
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
+
/*
* acctcon1 [-p] [-t] [-l file] [-o file] <wtmpx-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;