diff -r 9c93ce4685f2 tools/libxc/xc_netbsd.c --- a/tools/libxc/xc_netbsd.c Mon Jun 07 11:49:49 2010 +0200 +++ b/tools/libxc/xc_netbsd.c Mon Jun 07 13:44:44 2010 +0200 @@ -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); }