mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Synch: Properly constify sccsid[].
This commit is contained in:
parent
6f76661f7f
commit
a4322ab2f6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72141
@ -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$";
|
||||
|
Loading…
Reference in New Issue
Block a user