Mailing List Archive

[xen-unstable] libxc: NetBSD build fix
# HG changeset patch
# User Keir Fraser <keir.fraser@citrix.com>
# Date 1275922092 -3600
# Node ID fd6e9407adf4c34a796241ea3d0dea9bc856019c
# Parent ca2738f258f898d7b8b013619305b34105ecaddc
libxc: NetBSD build fix

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
---
tools/libxc/xc_netbsd.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -r ca2738f258f8 -r fd6e9407adf4 tools/libxc/xc_netbsd.c
--- a/tools/libxc/xc_netbsd.c Mon Jun 07 15:47:28 2010 +0100
+++ b/tools/libxc/xc_netbsd.c Mon Jun 07 15:48:12 2010 +0100
@@ -51,7 +51,7 @@ int xc_interface_open_core(xc_interface
return -1;
}

-int xc_interface_close(xc_interface *xch, int fd)
+int xc_interface_close_core(xc_interface *xch, int fd)
{
return close(fd);
}

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog