diff options
| author | Utkarsh Anand <uanand009@gmail.com> | 2017-10-29 21:02:49 +0530 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-10-30 18:57:38 +0100 |
| commit | edfd374bd609e5f416ab9dce9d02f4645188c05f (patch) | |
| tree | 36acce41208031909c6d4918a3f9274dc1de677a /executor | |
| parent | 4b567b4940a81232672cd3aef81aafa6e5571548 (diff) | |
Changing the types of members of struct stat
As defined in the header files.
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/syscalls_netbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/syscalls_netbsd.h b/executor/syscalls_netbsd.h index caf18be35..d31a41ef5 100644 --- a/executor/syscalls_netbsd.h +++ b/executor/syscalls_netbsd.h @@ -2,7 +2,7 @@ #if defined(__x86_64__) || 0 #define GOARCH "amd64" -#define SYZ_REVISION "0bd253c590edd5bab97c9303498e5e6ca82b973e" +#define SYZ_REVISION "b8cf507bff6e073c3fe77c8ab8b9a47cbcf66359" unsigned syscall_count = 188; call_t syscalls[] = { |
