From d8988561c04c0244155309bdf701998b9fb98dd5 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Fri, 30 Nov 2018 11:55:51 -0800 Subject: openbsd: repair pkg/csource_test --- executor/executor_bsd.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'executor/executor_bsd.h') diff --git a/executor/executor_bsd.h b/executor/executor_bsd.h index 3612e2569..7119a3992 100644 --- a/executor/executor_bsd.h +++ b/executor/executor_bsd.h @@ -10,11 +10,6 @@ #include #include -#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) -// This is just so that "make executor TARGETOS=freebsd/netbsd" works on linux. -#define __syscall syscall -#endif - static void os_init(int argc, char** argv, void* data, size_t data_size) { #if GOOS_openbsd -- cgit mrf-deployment