On 11/06/2018 09:16 AM, Paul Durrant wrote: >> diff --git a/tools/libxl/libxl_netbsd.c b/tools/libxl/libxl_netbsd.c >> index 2edfb00641..dce3f1fdce 100644 >> --- a/tools/libxl/libxl_netbsd.c >> +++ b/tools/libxl/libxl_netbsd.c >> @@ -124,3 +124,8 @@ int libxl__pci_topology_init(libxl__gc *gc, >> { >> return ERROR_NI; >> } >> + >> +void libxl__local_dm_preexec_restrict(libxl__gc *gc, int stderrfd) >> +{ >> + return; >> +} > > This is a void function whereas the caller always appears to expect an int > return value, regardless of OS.
Indeed, this would probably break the build on NetBSD. Good catch. -George _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel