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 Handle _STANDALONE case.



details:   https://anonhg.NetBSD.org/src/rev/6d29d9716dbb
branches:  trunk
changeset: 785981:6d29d9716dbb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Apr 08 21:06:39 2013 +0000

description:
Handle _STANDALONE case.

OK from matt@

diffstat:

 sys/arch/arm/include/aeabi.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ccd6531789a0 -r 6d29d9716dbb sys/arch/arm/include/aeabi.h
--- a/sys/arch/arm/include/aeabi.h      Mon Apr 08 20:58:21 2013 +0000
+++ b/sys/arch/arm/include/aeabi.h      Mon Apr 08 21:06:39 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aeabi.h,v 1.3 2013/01/24 10:14:17 matt Exp $   */
+/*     $NetBSD: aeabi.h,v 1.4 2013/04/08 21:06:39 skrll Exp $  */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 #ifndef _ARM_AEABI_H_
 #define        _ARM_AEABI_H_
 
-#ifdef _KERNEL
+#if defined(_KERNEL) || defined(_STANDALONE)
 #include <sys/types.h>
 #else
 #include <stddef.h>



Home | Main Index | Thread Index | Old Index