From 57e85f66801fc112ae3ee408fb45482d456dcc16 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 26 Oct 2003 05:03:11 +0000 Subject: Fix warning about cgetent() argument. --- usr.bin/vgrind/vfontedpr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') 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 */ -- cgit v1.1