diff options
Diffstat (limited to 'executor/syscalls_netbsd.h')
| -rw-r--r-- | executor/syscalls_netbsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/syscalls_netbsd.h b/executor/syscalls_netbsd.h index ca4bbad3d..7fac169d8 100644 --- a/executor/syscalls_netbsd.h +++ b/executor/syscalls_netbsd.h @@ -6,8 +6,8 @@ #define SYZ_PAGE_SIZE 4096 #define SYZ_NUM_PAGES 4096 #define SYZ_DATA_OFFSET 536870912 -unsigned syscall_count = 188; -call_t syscalls[] = { +#define SYZ_SYSCALL_COUNT 188 +const call_t syscalls[] = { {"accept", 30}, {"accept$inet", 30}, {"accept$inet6", 30}, |
