diff options
author | hexcoder- <heiko@hexco.de> | 2020-06-16 01:29:07 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-06-16 01:29:07 +0200 |
commit | bac2da866912d69eb89207757375f0753be2cae2 (patch) | |
tree | 9f1a710a6282d4cf4cb9752024c3040eaf40b869 /include/forkserver.h | |
parent | 9c293b5b7b941d8046e77989f100d084a516d029 (diff) | |
download | afl++-bac2da866912d69eb89207757375f0753be2cae2.tar.gz |
fix for *BSD: remove all HAVE_ARC4RANDOM dependencies
Diffstat (limited to 'include/forkserver.h')
-rw-r--r-- | include/forkserver.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/forkserver.h b/include/forkserver.h index 87a59eaa..717493db 100644 --- a/include/forkserver.h +++ b/include/forkserver.h @@ -47,9 +47,8 @@ typedef struct afl_forkserver { out_dir_fd; /* FD of the lock file */ s32 out_fd, /* Persistent fd for fsrv->out_file */ -#ifndef HAVE_ARC4RANDOM dev_urandom_fd, /* Persistent fd for /dev/urandom */ -#endif + dev_null_fd, /* Persistent fd for /dev/null */ fsrv_ctl_fd, /* Fork server control pipe (write) */ fsrv_st_fd; /* Fork server status pipe (read) */ |