summaryrefslogtreecommitdiffstats
path: root/usr.bin/logname/logname.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/logname/logname.c')
-rw-r--r--usr.bin/logname/logname.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c
index 30bd41c..cea6e5f 100644
--- a/usr.bin/logname/logname.c
+++ b/usr.bin/logname/logname.c
@@ -34,13 +34,13 @@
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1991, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94";
+static const char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94";
#endif /* not lint */
#include <err.h>
@@ -55,7 +55,7 @@ void usage __P((void));
int
main(argc, argv)
int argc;
- char *argv[];
+ char *argv[] __unused;
{
char *p;
OpenPOWER on IntegriCloud