Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/footbridge include <sys/param.h> for the cddl p...



details:   https://anonhg.NetBSD.org/src/rev/71e349f6a81b
branches:  trunk
changeset: 323141:71e349f6a81b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jun 01 21:22:43 2018 +0000

description:
include <sys/param.h> for the cddl proc.h vs our lwp.h.

this fixes build issues with cats/netwinder since the zfs/dtrace update.

diffstat:

 sys/arch/arm/footbridge/footbridge_intr.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3a8e488a659b -r 71e349f6a81b sys/arch/arm/footbridge/footbridge_intr.h
--- a/sys/arch/arm/footbridge/footbridge_intr.h Fri Jun 01 19:19:54 2018 +0000
+++ b/sys/arch/arm/footbridge/footbridge_intr.h Fri Jun 01 21:22:43 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: footbridge_intr.h,v 1.19 2016/01/25 21:54:14 christos Exp $    */
+/*     $NetBSD: footbridge_intr.h,v 1.20 2018/06/01 21:22:43 mrg Exp $ */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -46,6 +46,7 @@
 
 #include <arm/mutex.h>
 #endif
+#include <sys/param.h>
 #include <arm/cpu.h>
 #include <arm/armreg.h>
 



Home | Main Index | Thread Index | Old Index