aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_netbsd.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-07 15:48:12 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-07 15:48:12 +0100
commit9bb88be5420e9c804be52cfb597260672f41cc04 (patch)
treeca24e3c5129532bd26e4f5f9cd25a9bc016b6fe8 /tools/libxc/xc_netbsd.c
parenta23a9e65ec007fcbd040f2b556bba0cd9fd126d4 (diff)
downloadxen-9bb88be5420e9c804be52cfb597260672f41cc04.tar.gz
xen-9bb88be5420e9c804be52cfb597260672f41cc04.tar.bz2
xen-9bb88be5420e9c804be52cfb597260672f41cc04.zip
libxc: NetBSD build fix
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/libxc/xc_netbsd.c')
-rw-r--r--tools/libxc/xc_netbsd.c2
1 files changed, 1 insertions, 1 deletions
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);
}