summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1/tree.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-04-20 09:43:30 +0000
committerasmodai <asmodai@FreeBSD.org>2001-04-20 09:43:30 +0000
commitb66840f81ebc1e418809732334cba319c278a9fe (patch)
tree72f4c3890c1632fa4c9f01f18d093a662981de78 /usr.bin/xlint/lint1/tree.c
parentc6f8831e8eb6cbbca16ff76fcfef1725228a9ece (diff)
downloadFreeBSD-src-b66840f81ebc1e418809732334cba319c278a9fe.zip
FreeBSD-src-b66840f81ebc1e418809732334cba319c278a9fe.tar.gz
Properly constify the rcsid[].
Diffstat (limited to 'usr.bin/xlint/lint1/tree.c')
-rw-r--r--usr.bin/xlint/lint1/tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/tree.c b/usr.bin/xlint/lint1/tree.c
index ae6103f..ca10e1f 100644
--- a/usr.bin/xlint/lint1/tree.c
+++ b/usr.bin/xlint/lint1/tree.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char rcsid[] = "$FreeBSD$";
+static const char rcsid[] =
+ "$FreeBSD$";
#endif
#include <stdlib.h>
OpenPOWER on IntegriCloud