diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-07 22:20:44 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-07 22:20:44 +0000 |
commit | 1393f49cab1c3781732d8a7191b5afc590e2228a (patch) | |
tree | f91fd8efd596eb73e620beb7299fba9fb6c445df /libexec | |
parent | 248275ca893699719ce0ad7e2ebd9310269c9857 (diff) | |
download | FreeBSD-src-1393f49cab1c3781732d8a7191b5afc590e2228a.zip FreeBSD-src-1393f49cab1c3781732d8a7191b5afc590e2228a.tar.gz |
Synch: Properly constify sccsid[].
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/telnetd/state.c | 2 |
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$"; |