Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/arch/evbarm/include Pull up following revision(s) (re...
details: https://anonhg.NetBSD.org/src/rev/328acae6033c
branches: netbsd-8
changeset: 434116:328acae6033c
user: snj <snj%NetBSD.org@localhost>
date: Wed Jul 19 00:19:10 2017 +0000
description:
Pull up following revision(s) (requested by jmcneill in ticket #144):
sys/arch/evbarm/include/bootconfig.h: revision 1.8
Wrap include of opt_machdep.h in ifdef _KERNEL_OPT
diffstat:
sys/arch/evbarm/include/bootconfig.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 420bc2ebca2e -r 328acae6033c sys/arch/evbarm/include/bootconfig.h
--- a/sys/arch/evbarm/include/bootconfig.h Tue Jul 18 19:29:43 2017 +0000
+++ b/sys/arch/evbarm/include/bootconfig.h Wed Jul 19 00:19:10 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootconfig.h,v 1.6.152.1 2017/07/18 19:13:09 snj Exp $ */
+/* $NetBSD: bootconfig.h,v 1.6.152.2 2017/07/19 00:19:10 snj Exp $ */
/*
* Copyright (c) 1994 Mark Brinicombe.
@@ -36,7 +36,9 @@
* SUCH DAMAGE.
*/
+#ifdef _KERNEL_OPT
#include "opt_machdep.h"
+#endif
#include <arm/bootconfig.h>
Home |
Main Index |
Thread Index |
Old Index