summaryrefslogtreecommitdiffstats
path: root/usr.sbin/zic/zic.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2000-11-28 18:18:56 +0000
committercharnier <charnier@FreeBSD.org>2000-11-28 18:18:56 +0000
commit898277572366f55779174b22e97d3b1799088fb1 (patch)
tree3855c9290e1ff28007132c3b88706768edcac1f8 /usr.sbin/zic/zic.c
parentfc795f389aeab2a11b2f024f73b749b4fd04f53b (diff)
downloadFreeBSD-src-898277572366f55779174b22e97d3b1799088fb1.zip
FreeBSD-src-898277572366f55779174b22e97d3b1799088fb1.tar.gz
-Wall cleaning
Diffstat (limited to 'usr.sbin/zic/zic.c')
-rw-r--r--usr.sbin/zic/zic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c
index 60ff172..109b978 100644
--- a/usr.sbin/zic/zic.c
+++ b/usr.sbin/zic/zic.c
@@ -1,6 +1,6 @@
#ifndef lint
#ifndef NOID
-static char elsieid[] = "@(#)zic.c 7.96";
+static const char elsieid[] = "@(#)zic.c 7.96";
#endif /* !defined NOID */
#endif /* !defined lint */
@@ -21,7 +21,7 @@ static const char rcsid[] =
** On some ancient hosts, predicates like `isspace(C)' are defined
** only if isascii(C) || C == EOF. Modern hosts obey the C Standard,
** which says they are defined only if C == ((unsigned char) C) || C == EOF.
-** Neither the C Standard nor Posix require that `isascii' exist.
+** Neither the C Standard nor POSIX require that `isascii' exist.
** For portability, we check both ancient and modern requirements.
** If isascii is not defined, the isascii check succeeds trivially.
*/
OpenPOWER on IntegriCloud