Now that tools/compat/compat_defs.h defones __USE, there's no
need to treat the tools build as a special case.
This commit is contained in:
parent
3c49568a05
commit
3d4c34e695
@ -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 *diskStructure, cd9660node *iter, int num,
|
||||
}
|
||||
}
|
||||
}
|
||||
#elif !HAVE_NBTOOL_CONFIG_H
|
||||
#else
|
||||
__USE(dot);
|
||||
__USE(semi);
|
||||
__USE(multiplier);
|
||||
|
Loading…
x
Reference in New Issue
Block a user