Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
fix compiler warningon NEtBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
hexcoder- committed Oct 7, 2020
1 parent 22ec492 commit 2f630d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ afl_ret_t bind_to_cpu() {

struct kinfo_proc2 *procs;
size_t nprocs;
size_t proccount;
s32 proccount;
int s_name[] = {

CTL_KERN, KERN_PROC2, KERN_PROC_ALL, 0, sizeof(struct kinfo_proc2), 0};
Expand Down

0 comments on commit 2f630d3

Please sign in to comment.