Fix warning about cgetent() argument.

This commit is contained in:
Peter Wemm 2003-10-26 05:03:11 +00:00
parent 0c65eed7f9
commit d75a18e3d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121547

View File

@ -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 */