From df09374f0c7fd6f0f085ea054892dc8f90ae725c Mon Sep 17 00:00:00 2001 From: m00nbsd <42475391+m00nbsd@users.noreply.github.com> Date: Thu, 21 May 2020 07:47:27 +0200 Subject: executor: use the SYZ_USB define for NetBSD --- executor/common_bsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common_bsd.h') 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 #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) { -- cgit mrf-deployment