diff --git a/policycoreutils/hll/pp/pp.c b/policycoreutils/hll/pp/pp.c index 7f9afb01..e4fa4c4b 100644 --- a/policycoreutils/hll/pp/pp.c +++ b/policycoreutils/hll/pp/pp.c @@ -69,8 +69,8 @@ int main(int argc, char **argv) { NULL, 0, NULL, 0 } }; struct sepol_module_package *mod_pkg = NULL; - char *ifile = NULL; - char *ofile = NULL; + const char *ifile = NULL; + const char *ofile = NULL; FILE *in = NULL; FILE *out = NULL; int outfd = -1;