Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makefs Now that tools/compat/compat_defs.h defones ...



details:   https://anonhg.NetBSD.org/src/rev/978a6624f8ae
branches:  trunk
changeset: 790836:978a6624f8ae
user:      apb <apb%NetBSD.org@localhost>
date:      Thu Oct 24 14:01:01 2013 +0000

description:
Now that tools/compat/compat_defs.h defones __USE, there's no
need to treat the tools build as a special case.

diffstat:

 usr.sbin/makefs/cd9660.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 078a3d41224d -r 978a6624f8ae usr.sbin/makefs/cd9660.c
--- a/usr.sbin/makefs/cd9660.c  Thu Oct 24 13:59:47 2013 +0000
+++ b/usr.sbin/makefs/cd9660.c  Thu Oct 24 14:01:01 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cd9660.c,v 1.46 2013/10/19 20:49:22 mrg Exp $  */
+/*     $NetBSD: cd9660.c,v 1.47 2013/10/24 14:01:01 apb Exp $  */
 
 /*
  * Copyright (c) 2005 Daniel Watt, Walter Deignan, Ryan Gabrys, Alan
@@ -103,7 +103,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: cd9660.c,v 1.46 2013/10/19 20:49:22 mrg Exp $");
+__RCSID("$NetBSD: cd9660.c,v 1.47 2013/10/24 14:01:01 apb Exp $");
 #endif  /* !__lint */
 
 #include <string.h>
@@ -1133,7 +1133,7 @@
                                }
                        }
                }
-#elif !HAVE_NBTOOL_CONFIG_H
+#else
                __USE(dot);
                __USE(semi);
                __USE(multiplier);



Home | Main Index | Thread Index | Old Index