diff options
Diffstat (limited to 'rcfile_y.y')
-rw-r--r-- | rcfile_y.y | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -337,10 +337,8 @@ void yyerror (const char *s) prc_errflag++; } -int prc_filecheck(pathname, securecheck) +int prc_filecheck(const char *pathname, const flag securecheck) /* check that a configuration file is secure */ -const char *pathname; /* pathname for the configuration file */ -const flag securecheck; { #ifndef __EMX__ struct stat statbuf; |