no more waitpid warning

This commit is contained in:
Dominik Maier
2020-04-13 20:39:52 +02:00
parent 0fab4e1955
commit 1374e65401
3 changed files with 11 additions and 7 deletions

View File

@ -59,9 +59,9 @@
#include <sys/types.h>
#include <sys/resource.h>
static char *stdin_file; /* stdin file */
static char *stdin_file; /* stdin file */
static u8 *in_dir, /* input folder */
static u8 *in_dir, /* input folder */
*at_file = NULL; /* Substitution string for @@ */
static u8 *in_data; /* Input data */
@ -71,7 +71,7 @@ static u32 total, highest; /* tuple content information */
static u32 in_len, /* Input data length */
arg_offset, total_execs; /* Total number of execs */
static u8 quiet_mode, /* Hide non-essential messages? */
static u8 quiet_mode, /* Hide non-essential messages? */
edges_only, /* Ignore hit counts? */
raw_instr_output, /* Do not apply AFL filters */
cmin_mode, /* Generate output in afl-cmin mode? */