Date: Tue, 31 Jul 2018 16:08:17 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r336975 - head/usr.sbin/config Message-ID: <201807311608.w6VG8HaL078982@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Tue Jul 31 16:08:17 2018 New Revision: 336975 URL: https://svnweb.freebsd.org/changeset/base/336975 Log: Remove variable re-inserted during mis-application of r336973 Modified: head/usr.sbin/config/mkmakefile.c Modified: head/usr.sbin/config/mkmakefile.c ============================================================================== --- head/usr.sbin/config/mkmakefile.c Tue Jul 31 16:04:49 2018 (r336974) +++ head/usr.sbin/config/mkmakefile.c Tue Jul 31 16:08:17 2018 (r336975) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807311608.w6VG8HaL078982>