diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index ceb204945833..c9c2fbcdd06f 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -250,8 +250,7 @@ sanitize_envline(char *result, const char *src) static bool preprocess(char *line, char *result) { - - char result[BUFSIZ], *s; + char *s; /* Strip any comments */ if ((s = strchr(line, '#')) != NULL)