aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2005-01-08 22:56:08 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2005-01-08 22:56:08 +0000
commit76505d5adf4af358e791ebe24bfb2da490a413c1 (patch)
tree5800e0b715f445a3016fbf95cb5e14a65a0d058f
parente36e54501e82062b7e49cdfec5e40d65b44b42d6 (diff)
Notes
-rw-r--r--sbin/ping6/Makefile2
-rw-r--r--sbin/ping6/ping6.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index 4e6da277922d..2d0cad43e1c2 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -5,7 +5,7 @@ MAN= ping6.8
CFLAGS+=-DINET6 -DIPSEC -DKAME_SCOPEID -DUSE_RFC2292BIS \
-DHAVE_POLL_H -DHAVE_ARC4RANDOM
-WARNS?= 0
+WARNS?= 2
BINOWN= root
BINMODE=4555
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c
index 07be95fc7c00..64f413fc5e07 100644
--- a/sbin/ping6/ping6.c
+++ b/sbin/ping6/ping6.c
@@ -68,7 +68,7 @@
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1989, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */