Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makefs avoid using __USE() in the tools version of ...
details: https://anonhg.NetBSD.org/src/rev/f0ad40bd4ff6
branches: trunk
changeset: 790724:f0ad40bd4ff6
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Oct 19 20:49:22 2013 +0000
description:
avoid using __USE() in the tools version of this.
diffstat:
usr.sbin/makefs/cd9660.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3d8e0a540fb5 -r f0ad40bd4ff6 usr.sbin/makefs/cd9660.c
--- a/usr.sbin/makefs/cd9660.c Sat Oct 19 20:12:18 2013 +0000
+++ b/usr.sbin/makefs/cd9660.c Sat Oct 19 20:49:22 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cd9660.c,v 1.45 2013/10/19 17:16:37 christos Exp $ */
+/* $NetBSD: cd9660.c,v 1.46 2013/10/19 20:49:22 mrg 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.45 2013/10/19 17:16:37 christos Exp $");
+__RCSID("$NetBSD: cd9660.c,v 1.46 2013/10/19 20:49:22 mrg Exp $");
#endif /* !__lint */
#include <string.h>
@@ -1133,7 +1133,7 @@
}
}
}
-#else
+#elif !HAVE_NBTOOL_CONFIG_H
__USE(dot);
__USE(semi);
__USE(multiplier);
Home |
Main Index |
Thread Index |
Old Index