Properly constify the rcsid[].

This commit is contained in:
Jeroen Ruigrok van der Werven 2001-04-20 09:43:30 +00:00
parent 30fb1fac8d
commit 1b1990f6e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75731
8 changed files with 16 additions and 8 deletions

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static const char rcsid[] =
"$FreeBSD$";
#endif
#include <sys/param.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static const char rcsid[] =
"$FreeBSD$";
#endif
/* number of errors found */

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static const char rcsid[] =
"$FreeBSD$";
#endif
#include <stdlib.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static const char rcsid[] =
"$FreeBSD$";
#endif
#include <sys/types.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static const char rcsid[] =
"$FreeBSD$";
#endif
#include <stdlib.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static const char rcsid[] =
"$FreeBSD$";
#endif
#include <sys/param.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static const char rcsid[] =
"$FreeBSD$";
#endif
#include <stdio.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static const char rcsid[] =
"$FreeBSD$";
#endif
#include <sys/param.h>