diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/auditstat/auditstat.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/cmd/auditstat/auditstat.c b/usr/src/cmd/auditstat/auditstat.c index 594ba8e16a..cdb5a586ae 100644 --- a/usr/src/cmd/auditstat/auditstat.c +++ b/usr/src/cmd/auditstat/auditstat.c @@ -23,6 +23,10 @@ * Use is subject to license terms. */ +/* + * Copyright (c) 2018, Joyent, Inc. + */ + #include "statcommon.h" #include <sys/types.h> @@ -118,8 +122,7 @@ char **argv; static void -display_stats(s, cnt) -au_stat_t *s; +display_stats(au_stat_t *s, int cnt) { int offset[12]; /* used to line the header up correctly */ char buf[512]; |