projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23a9e6
)
libxc: NetBSD build fix
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 7 Jun 2010 14:48:12 +0000
(15:48 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 7 Jun 2010 14:48:12 +0000
(15:48 +0100)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
tools/libxc/xc_netbsd.c
patch
|
blob
|
history
diff --git
a/tools/libxc/xc_netbsd.c
b/tools/libxc/xc_netbsd.c
index b08268a4cef9f9b952bceb9f3c706a282de0e7d7..03c87b5594dfdfd6734865a99aac960e08d01a95 100644
(file)
--- 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);
}