--- src/usr.bin/make/parse.c 2005/02/01 22:05:36 1.43 +++ src/usr.bin/make/parse.c 2005/02/04 06:45:16 1.44 @@ -2412,7 +2412,7 @@ stripvarname(char *cp) *--------------------------------------------------------------------- */ void -Parse_File(const char *name, FILE *stream) +Parse_File(char *name, FILE *stream) { char *cp, /* pointer into the line */ *line; /* the line we're working on */