summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-07 22:20:44 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-07 22:20:44 +0000
commit1393f49cab1c3781732d8a7191b5afc590e2228a (patch)
treef91fd8efd596eb73e620beb7299fba9fb6c445df /libexec/telnetd
parent248275ca893699719ce0ad7e2ebd9310269c9857 (diff)
downloadFreeBSD-src-1393f49cab1c3781732d8a7191b5afc590e2228a.zip
FreeBSD-src-1393f49cab1c3781732d8a7191b5afc590e2228a.tar.gz
Synch: Properly constify sccsid[].
Diffstat (limited to 'libexec/telnetd')
-rw-r--r--libexec/telnetd/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c
index 476a992..766e9e1 100644
--- a/libexec/telnetd/state.c
+++ b/libexec/telnetd/state.c
@@ -33,7 +33,7 @@
#ifndef lint
#if 0
-static char sccsid[] = "@(#)state.c 8.2 (Berkeley) 12/15/93";
+static const char sccsid[] = "@(#)state.c 8.2 (Berkeley) 12/15/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
OpenPOWER on IntegriCloud