Module Name:    src
Committed By:   mrg
Date:           Fri Jun  1 21:22:43 UTC 2018

Modified Files:
        src/sys/arch/arm/footbridge: footbridge_intr.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/footbridge/footbridge_intr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/footbridge/footbridge_intr.h
diff -u src/sys/arch/arm/footbridge/footbridge_intr.h:1.19 src/sys/arch/arm/footbridge/footbridge_intr.h:1.20
--- src/sys/arch/arm/footbridge/footbridge_intr.h:1.19	Mon Jan 25 21:54:14 2016
+++ src/sys/arch/arm/footbridge/footbridge_intr.h	Fri Jun  1 21:22:43 2018
@@ -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 @@ typedef struct {
 
 #include <arm/mutex.h>
 #endif
+#include <sys/param.h>
 #include <arm/cpu.h>
 #include <arm/armreg.h>
 

Reply via email to