Module Name:    src
Committed By:   mrg
Date:           Sat Oct 19 20:49:22 UTC 2013

Modified Files:
        src/usr.sbin/makefs: cd9660.c

Log Message:
avoid using __USE() in the tools version of this.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 src/usr.sbin/makefs/cd9660.c:1.46
--- src/usr.sbin/makefs/cd9660.c:1.45	Sat Oct 19 17:16:37 2013
+++ src/usr.sbin/makefs/cd9660.c	Sat Oct 19 20:49:22 2013
@@ -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 @@ cd9660_rename_filename(iso9660_disk *dis
 				}
 			}
 		}
-#else
+#elif !HAVE_NBTOOL_CONFIG_H
 		__USE(dot);
 		__USE(semi);
 		__USE(multiplier);

Reply via email to