Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Include rndpool.h, rndsource.h here because we use t...



details:   https://anonhg.NetBSD.org/src/rev/02f4b58507cd
branches:  trunk
changeset: 807565:02f4b58507cd
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Apr 14 12:21:12 2015 +0000

description:
Include rndpool.h, rndsource.h here because we use them.

diffstat:

 sys/dev/rndpseudo.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 66345ccedce1 -r 02f4b58507cd sys/dev/rndpseudo.c
--- a/sys/dev/rndpseudo.c       Tue Apr 14 12:19:57 2015 +0000
+++ b/sys/dev/rndpseudo.c       Tue Apr 14 12:21:12 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rndpseudo.c,v 1.27 2015/04/14 12:14:09 riastradh Exp $ */
+/*     $NetBSD: rndpseudo.c,v 1.28 2015/04/14 12:21:12 riastradh Exp $ */
 
 /*-
  * Copyright (c) 1997-2013 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rndpseudo.c,v 1.27 2015/04/14 12:14:09 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rndpseudo.c,v 1.28 2015/04/14 12:21:12 riastradh Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -61,6 +61,8 @@
 #include <sys/evcnt.h>
 
 #include <sys/rnd.h>
+#include <sys/rndpool.h>
+#include <sys/rndsource.h>
 #ifdef COMPAT_50
 #include <compat/sys/rnd.h>
 #endif



Home | Main Index | Thread Index | Old Index