From 1b24a3a73b018acee20de3a67332e5afc31c1a75 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Wed, 9 Oct 2013 18:11:15 +0000 Subject: [PATCH] Sigh. I can't even get a single #ifdef right. Who's got the hat? --- sys/dev/random/random_harvestq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/random/random_harvestq.c b/sys/dev/random/random_harvestq.c index c491df0fd0b..84067aaeb71 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.