summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-10-26 05:03:11 +0000
committerpeter <peter@FreeBSD.org>2003-10-26 05:03:11 +0000
commit57e85f66801fc112ae3ee408fb45482d456dcc16 (patch)
tree6bd05275debfa799978e51c835eca339051ce158 /usr.bin
parent6281d6e07108a8496d5de34ae3d34ddd7cdb1b2a (diff)
downloadFreeBSD-src-57e85f66801fc112ae3ee408fb45482d456dcc16.zip
FreeBSD-src-57e85f66801fc112ae3ee408fb45482d456dcc16.tar.gz
Fix warning about cgetent() argument.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/vgrind/vfontedpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c
index da8faf9..d1bb4d9 100644
--- a/usr.bin/vgrind/vfontedpr.c
+++ b/usr.bin/vgrind/vfontedpr.c
@@ -99,7 +99,7 @@ static boolean pass = FALSE; /*
static int blklevel; /* current nesting level */
static int comtype; /* type of comment */
-static const char *defsfile[2] = { _PATH_VGRINDEFS, 0 };
+static char * defsfile[2] = { _PATH_VGRINDEFS, 0 };
/* name of language definitions file */
static int margin;
static int plstack[PSMAX]; /* the procedure nesting level stack */
OpenPOWER on IntegriCloud