From 9bb88be5420e9c804be52cfb597260672f41cc04 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 7 Jun 2010 15:48:12 +0100 Subject: [PATCH] libxc: NetBSD build fix Signed-off-by: Christoph Egger --- tools/libxc/xc_netbsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_netbsd.c b/tools/libxc/xc_netbsd.c index b08268a4ce..03c87b5594 100644 --- a/tools/libxc/xc_netbsd.c +++ b/tools/libxc/xc_netbsd.c @@ -51,7 +51,7 @@ int xc_interface_open_core(xc_interface *xch) return -1; } -int xc_interface_close(xc_interface *xch, int fd) +int xc_interface_close_core(xc_interface *xch, int fd) { return close(fd); } -- 2.39.5