Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include include stdbool.h if !_KERNEL
details: https://anonhg.NetBSD.org/src/rev/0d3cc714ffe9
branches: trunk
changeset: 784563:0d3cc714ffe9
user: matt <matt%NetBSD.org@localhost>
date: Fri Feb 01 15:23:11 2013 +0000
description:
include stdbool.h if !_KERNEL
diffstat:
sys/arch/arm/include/sysarch.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 3aaec12b4591 -r 0d3cc714ffe9 sys/arch/arm/include/sysarch.h
--- a/sys/arch/arm/include/sysarch.h Fri Feb 01 15:02:31 2013 +0000
+++ b/sys/arch/arm/include/sysarch.h Fri Feb 01 15:23:11 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysarch.h,v 1.9 2013/01/31 14:58:51 matt Exp $ */
+/* $NetBSD: sysarch.h,v 1.10 2013/02/01 15:23:11 matt Exp $ */
/*
* Copyright (c) 1996-1997 Mark Brinicombe.
@@ -41,6 +41,9 @@
* Pickup definition of uintptr_t
*/
#include <sys/stdint.h>
+#ifndef _KERNEL
+#include <stdbool.h>
+#endif
/*
* Architecture specific syscalls (arm)
Home |
Main Index |
Thread Index |
Old Index