mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sigh. I can't even get a single #ifdef right. Who's got the hat?
This commit is contained in:
parent
1b277d38f6
commit
1b24a3a73b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue