Module Name: src
Committed By: apb
Date: Thu Oct 24 14:01:01 UTC 2013
Modified Files:
src/usr.sbin/makefs: cd9660.c
Log Message:
Now that tools/compat/compat_defs.h defones __USE, there's no
need to treat the tools build as a special case.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/makefs/cd9660.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/makefs/cd9660.c
diff -u src/usr.sbin/makefs/cd9660.c:1.46 src/usr.sbin/makefs/cd9660.c:1.47
--- src/usr.sbin/makefs/cd9660.c:1.46 Sat Oct 19 20:49:22 2013
+++ src/usr.sbin/makefs/cd9660.c Thu Oct 24 14:01:01 2013
@@ -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 @@ cd9660_rename_filename(iso9660_disk *dis
}
}
}
-#elif !HAVE_NBTOOL_CONFIG_H
+#else
__USE(dot);
__USE(semi);
__USE(multiplier);