Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Need <sys/param.h> for splraiseipl.



details:   https://anonhg.NetBSD.org/src/rev/51df2dc55887
branches:  trunk
changeset: 344692:51df2dc55887
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Apr 11 13:18:13 2016 +0000

description:
Need <sys/param.h> for splraiseipl.

How did this pass the releng autobuilds before?  We went through
several full builds of HEAD after I committed subr_psref.c.

diffstat:

 sys/kern/subr_psref.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 910a78c71322 -r 51df2dc55887 sys/kern/subr_psref.c
--- a/sys/kern/subr_psref.c     Mon Apr 11 11:46:17 2016 +0000
+++ b/sys/kern/subr_psref.c     Mon Apr 11 13:18:13 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_psref.c,v 1.1 2016/04/09 06:21:16 riastradh Exp $ */
+/*     $NetBSD: subr_psref.c,v 1.2 2016/04/11 13:18:13 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -64,9 +64,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_psref.c,v 1.1 2016/04/09 06:21:16 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_psref.c,v 1.2 2016/04/11 13:18:13 riastradh Exp $");
 
 #include <sys/types.h>
+#include <sys/param.h>
 #include <sys/condvar.h>
 #include <sys/cpu.h>
 #include <sys/intr.h>



Home | Main Index | Thread Index | Old Index