svn commit: r335654 - head/usr.sbin/config

Kyle Evans kevans at FreeBSD.org
Tue Jun 26 04:06:50 UTC 2018


Author: kevans
Date: Tue Jun 26 04:06:49 2018
New Revision: 335654
URL: https://svnweb.freebsd.org/changeset/base/335654

Log:
  config(8): part of patch disappeared, don't close ifp at the end

Modified:
  head/usr.sbin/config/mkmakefile.c

Modified: head/usr.sbin/config/mkmakefile.c
==============================================================================
--- head/usr.sbin/config/mkmakefile.c	Tue Jun 26 04:02:25 2018	(r335653)
+++ head/usr.sbin/config/mkmakefile.c	Tue Jun 26 04:06:49 2018	(r335654)
@@ -336,8 +336,6 @@ makeenv(void)
 		}
 	}
 	fprintf(ofp, "\"\\0\"\n};\n");
-	if (ifp)
-		fclose(ifp);
 	fclose(ofp);
 	moveifchanged(path("env.c.new"), path("env.c"));
 }


More information about the svn-src-head mailing list