Module Name: src
Committed By: riastradh
Date: Mon Apr 13 22:52:52 UTC 2015
Modified Files:
src/sys/sys: rnd.h
Log Message:
Remove remaining includes from <sys/rnd.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/sys/rnd.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/sys/rnd.h
diff -u src/sys/sys/rnd.h:1.47 src/sys/sys/rnd.h:1.48
--- src/sys/sys/rnd.h:1.47 Mon Apr 13 15:39:19 2015
+++ src/sys/sys/rnd.h Mon Apr 13 22:52:52 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: rnd.h,v 1.47 2015/04/13 15:39:19 riastradh Exp $ */
+/* $NetBSD: rnd.h,v 1.48 2015/04/13 22:52:52 riastradh Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -33,19 +33,7 @@
#ifndef _SYS_RND_H_
#define _SYS_RND_H_
-#ifndef _KERNEL
-#include <sys/cdefs.h>
-#endif /* !_KERNEL */
-
-#include <sys/types.h>
-#include <sys/rndio.h> /* XXX provisional until users converted */
-
#ifdef _KERNEL
-#include <sys/queue.h>
-#include <sys/rndpool.h> /* XXX provisional until users converted */
-#include <sys/rndsource.h> /* XXX provisional until users converted */
-#include <sys/rngtest.h>
-#include <sys/systm.h>
#define RND_DEV_RANDOM 0 /* minor for blocking until unpredictable */
#define RND_DEV_URANDOM 1 /* minor for randomly generating data */