summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkmakefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/mkmakefile.c')
-rw-r--r--usr.sbin/config/mkmakefile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index f7f3a9c..63bd348 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -293,7 +293,7 @@ makefile(void)
moveifchanged(path("env.c.new"), path("env.c"));
}
-void
+static void
read_file(char *fname)
{
FILE *fp;
@@ -542,7 +542,6 @@ static void
read_files(void)
{
char fname[MAXPATHLEN];
- FILE *fp;
struct files_name *nl, *tnl;
if (ident == NULL) {
OpenPOWER on IntegriCloud