Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Need to include <sys/evcnt.h> explicitly to build t...



details:   https://anonhg.NetBSD.org/src/rev/d1fe8f55d7a9
branches:  trunk
changeset: 767847:d1fe8f55d7a9
user:      he <he%NetBSD.org@localhost>
date:      Mon Aug 01 15:26:31 2011 +0000

description:
Need to include <sys/evcnt.h> explicitly to build this on at least amiga.

diffstat:

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

diffs (24 lines):

diff -r 4c191be6adab -r d1fe8f55d7a9 sys/kern/subr_pserialize.c
--- a/sys/kern/subr_pserialize.c        Mon Aug 01 12:28:53 2011 +0000
+++ b/sys/kern/subr_pserialize.c        Mon Aug 01 15:26:31 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_pserialize.c,v 1.1 2011/07/30 17:01:04 christos Exp $     */
+/*     $NetBSD: subr_pserialize.c,v 1.2 2011/08/01 15:26:31 he Exp $   */
 
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
@@ -38,12 +38,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_pserialize.c,v 1.1 2011/07/30 17:01:04 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_pserialize.c,v 1.2 2011/08/01 15:26:31 he Exp $");
 
 #include <sys/param.h>
 
 #include <sys/condvar.h>
 #include <sys/cpu.h>
+#include <sys/evcnt.h>
 #include <sys/kmem.h>
 #include <sys/mutex.h>
 #include <sys/pserialize.h>



Home | Main Index | Thread Index | Old Index