Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern Need <sys/mutex.h> for mutex(9).



details:   https://anonhg.NetBSD.org/src/rev/a15fede18401
branches:  trunk
changeset: 813767:a15fede18401
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Feb 17 01:48:36 2016 +0000

description:
Need <sys/mutex.h> for mutex(9).

diffstat:

 sys/rump/librump/rumpkern/hyperentropy.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r fdfc173fc2e4 -r a15fede18401 sys/rump/librump/rumpkern/hyperentropy.c
--- a/sys/rump/librump/rumpkern/hyperentropy.c  Wed Feb 17 01:48:04 2016 +0000
+++ b/sys/rump/librump/rumpkern/hyperentropy.c  Wed Feb 17 01:48:36 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hyperentropy.c,v 1.13 2016/02/17 01:48:04 riastradh Exp $      */
+/*     $NetBSD: hyperentropy.c,v 1.14 2016/02/17 01:48:36 riastradh Exp $      */
 
 /*
  * Copyright (c) 2014 Antti Kantee.  All Rights Reserved.
@@ -26,10 +26,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hyperentropy.c,v 1.13 2016/02/17 01:48:04 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hyperentropy.c,v 1.14 2016/02/17 01:48:36 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/kmem.h>
+#include <sys/mutex.h>
 #include <sys/rndpool.h>
 #include <sys/rndsource.h>
 



Home | Main Index | Thread Index | Old Index