diff options
Diffstat (limited to 'src/entropy')
-rw-r--r-- | src/entropy/info.txt | 4 | ||||
-rw-r--r-- | src/entropy/proc_walk/info.txt | 4 | ||||
-rw-r--r-- | src/entropy/unix_procs/info.txt | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/src/entropy/info.txt b/src/entropy/info.txt index bac1d593f..ec3be5f58 100644 --- a/src/entropy/info.txt +++ b/src/entropy/info.txt @@ -5,3 +5,7 @@ load_on auto <add> entropy_src.h </add> + +<requires> +buf_comp +</requires> diff --git a/src/entropy/proc_walk/info.txt b/src/entropy/proc_walk/info.txt index d932523fd..9f4836458 100644 --- a/src/entropy/proc_walk/info.txt +++ b/src/entropy/proc_walk/info.txt @@ -27,3 +27,7 @@ tru64 # big deal since it has /dev/*random #netbsd </os> + +<requires> +alloc +</requires> diff --git a/src/entropy/unix_procs/info.txt b/src/entropy/unix_procs/info.txt index f16e21289..928ec13b3 100644 --- a/src/entropy/unix_procs/info.txt +++ b/src/entropy/unix_procs/info.txt @@ -27,3 +27,7 @@ qnx solaris tru64 </os> + +<requires> +filters +</requires> |