Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/config Fix build.



details:   https://anonhg.NetBSD.org/src/rev/e7ad91fe3320
branches:  trunk
changeset: 810540:e7ad91fe3320
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Sep 03 06:08:38 2015 +0000

description:
Fix build.

diffstat:

 usr.bin/config/main.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (43 lines):

diff -r 665b2f2c36b8 -r e7ad91fe3320 usr.bin/config/main.c
--- a/usr.bin/config/main.c     Thu Sep 03 05:45:16 2015 +0000
+++ b/usr.bin/config/main.c     Thu Sep 03 06:08:38 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.86 2015/09/03 02:45:24 uebayasi Exp $       */
+/*     $NetBSD: main.c,v 1.87 2015/09/03 06:08:38 uebayasi Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: main.c,v 1.86 2015/09/03 02:45:24 uebayasi Exp $");
+__RCSID("$NetBSD: main.c,v 1.87 2015/09/03 06:08:38 uebayasi Exp $");
 
 #ifndef MAKE_BOOTSTRAP
 #include <sys/cdefs.h>
@@ -653,7 +653,7 @@
 mksubdirs(struct filelist *fl)
 {
        struct files *fi;
-       const char *prefix, *sep;
+       const char *prologue, *prefix, *sep;
        char buf[MAXPATHLEN];
 
        TAILQ_FOREACH(fi, fl, fi_next) {
@@ -674,7 +674,6 @@
                        continue;
                mksubdir(buf);
                if (fi->fi_prefix != NULL && fi->fi_buildprefix != NULL) {
-                       const char *prologue, *sep;
                        char org[MAXPATHLEN];
 
                        if (fi->fi_prefix[0] == '/') {
@@ -704,6 +703,7 @@
        mksubdirs(&allfiles);
        mksubdirs(&allofiles);
        buildconfdir = "conf";
+       return 0;
 }
 
 /*



Home | Main Index | Thread Index | Old Index