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/679447e0d228
branches:  trunk
changeset: 810526:679447e0d228
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed Sep 02 16:29:44 2015 +0000

description:
Fix build.

diffstat:

 usr.bin/config/mkmakefile.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 5725501a135b -r 679447e0d228 usr.bin/config/mkmakefile.c
--- a/usr.bin/config/mkmakefile.c       Wed Sep 02 15:35:52 2015 +0000
+++ b/usr.bin/config/mkmakefile.c       Wed Sep 02 16:29:44 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mkmakefile.c,v 1.59 2015/09/02 14:17:03 uebayasi Exp $ */
+/*     $NetBSD: mkmakefile.c,v 1.60 2015/09/02 16:29:44 uebayasi Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: mkmakefile.c,v 1.59 2015/09/02 14:17:03 uebayasi Exp $");
+__RCSID("$NetBSD: mkmakefile.c,v 1.60 2015/09/02 16:29:44 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <ctype.h>
@@ -334,7 +334,6 @@
 static void
 emitobjs(FILE *fp)
 {
-       const char *prologue, *prefix, *sep;
        struct files *fi;
 
        fputs("OFILES= \\\n", fp);



Home | Main Index | Thread Index | Old Index