Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/acpica/dist/include/platform Add _STANDALON...
details: https://anonhg.NetBSD.org/src/rev/b10ed21611a3
branches: trunk
changeset: 348877:b10ed21611a3
user: christos <christos%NetBSD.org@localhost>
date: Sat Nov 12 22:38:55 2016 +0000
description:
Add _STANDALONE (scole mail)
diffstat:
sys/external/bsd/acpica/dist/include/platform/acgcc.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 69d7a5488420 -r b10ed21611a3 sys/external/bsd/acpica/dist/include/platform/acgcc.h
--- a/sys/external/bsd/acpica/dist/include/platform/acgcc.h Sat Nov 12 20:56:49 2016 +0000
+++ b/sys/external/bsd/acpica/dist/include/platform/acgcc.h Sat Nov 12 22:38:55 2016 +0000
@@ -48,7 +48,7 @@
* Use compiler specific <stdarg.h> is a good practice for even when
* -nostdinc is specified (i.e., ACPI_USE_STANDARD_HEADERS undefined.
*/
-#ifdef _KERNEL
+#if defined(_KERNEL) || defined(_STANDALONE)
#include <sys/stdarg.h>
#else
#include <stdarg.h>
Home |
Main Index |
Thread Index |
Old Index