Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2018 04:06:49 +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: r335654 - head/usr.sbin/config
Message-ID:  <201806260406.w5Q46nqw039423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"));
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806260406.w5Q46nqw039423>