From d75a18e3d2221b4bce7950232e7dd7f1c4a99338 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 26 Oct 2003 05:03:11 +0000 Subject: [PATCH] Fix warning about cgetent() argument. --- usr.bin/vgrind/vfontedpr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index da8faf908a7a..d1bb4d98ea15 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 */