summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2013-10-09 18:11:15 +0000
committermarkm <markm@FreeBSD.org>2013-10-09 18:11:15 +0000
commit6892b383a388b6d51ceff3662a4e26bf147bc0ca (patch)
tree565ea46331df6d763dad1e7808d5a28b44e50331 /sys/dev/random
parent3d17e16cc29bf30366411646b7b8aafbe6fe25cb (diff)
downloadFreeBSD-src-6892b383a388b6d51ceff3662a4e26bf147bc0ca.zip
FreeBSD-src-6892b383a388b6d51ceff3662a4e26bf147bc0ca.tar.gz
Sigh. I can't even get a single #ifdef right. Who's got the hat?
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/random_harvestq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/random_harvestq.c b/sys/dev/random/random_harvestq.c
index c491df0..84067aa 100644
--- a/sys/dev/random/random_harvestq.c
+++ b/sys/dev/random/random_harvestq.c
@@ -79,12 +79,12 @@ int random_kthread_control = 0;
static struct proc *random_kthread_proc;
+#ifdef NOTYET /* This is full of policy stuff, needs further discussion */
static const char *entropy_files[] = {
"/entropy",
NULL
};
-#ifdef NOTYET /* This is full of policy stuff, needs further discussion */
/* Deal with entropy cached externally if this is present.
* Lots of policy may eventually arrive in this function.
* Called after / is mounted.
OpenPOWER on IntegriCloud