diff options
| author | m00nbsd <42475391+m00nbsd@users.noreply.github.com> | 2020-05-21 07:47:27 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-21 09:10:30 +0200 |
| commit | df09374f0c7fd6f0f085ea054892dc8f90ae725c (patch) | |
| tree | b06b89b3b953c6bc17fbcef30591819443c3855e /executor/common_bsd.h | |
| parent | 49c689a527792cd8e4d4c7fcce39f3354286968a (diff) | |
executor: use the SYZ_USB define for NetBSD
Diffstat (limited to 'executor/common_bsd.h')
| -rw-r--r-- | executor/common_bsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_bsd.h b/executor/common_bsd.h index 4ed81a3a3..31012b737 100644 --- a/executor/common_bsd.h +++ b/executor/common_bsd.h @@ -12,7 +12,7 @@ #include <sys/syscall.h> #if GOOS_netbsd -#if SYZ_EXECUTOR || __NR_syz_usb_connect +#if SYZ_EXECUTOR || SYZ_USB #include "common_usb_netbsd.h" static void setup_usb(void) { |
