Acked-by: Christian Lindig <christian.lin...@citrix.com> ________________________________________ From: Manuel Bouyer <bou...@antioche.eu.org> Sent: 12 January 2021 18:12 To: xen-devel@lists.xenproject.org Cc: Manuel Bouyer; Christian Lindig; David Scott; Ian Jackson; Wei Liu Subject: [PATCH] ocaml/libs/eventchn: drop unneeded evtchn.h
From: Manuel Bouyer <bou...@netbsd.org> On NetBSD xen/sys/evtchn.h is not available any more. Just remove it as it's not needed. Signed-off-by: Manuel Bouyer <bou...@netbsd.org> --- tools/ocaml/libs/eventchn/xeneventchn_stubs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ocaml/libs/eventchn/xeneventchn_stubs.c b/tools/ocaml/libs/eventchn/xeneventchn_stubs.c index ba40078d09..f889a7a2e4 100644 --- a/tools/ocaml/libs/eventchn/xeneventchn_stubs.c +++ b/tools/ocaml/libs/eventchn/xeneventchn_stubs.c @@ -22,7 +22,6 @@ #include <stdint.h> #include <sys/ioctl.h> #include <xen/xen.h> -#include <xen/sys/evtchn.h> #include <xenevtchn.h> #define CAML_NAME_SPACE -- 2.29.2