From deb36502454d30eff815e09a0ade1c732366ff4c Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 10 Jun 2008 13:49:02 +0100 Subject: libxc: Update for NetBSD returns hypercall return value when ioctl was successful. Signed-off-by: Christoph Egger --- tools/include/xen-sys/NetBSD/privcmd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/include') diff --git a/tools/include/xen-sys/NetBSD/privcmd.h b/tools/include/xen-sys/NetBSD/privcmd.h index d670b41475..1296b30e5f 100644 --- a/tools/include/xen-sys/NetBSD/privcmd.h +++ b/tools/include/xen-sys/NetBSD/privcmd.h @@ -36,6 +36,7 @@ typedef struct privcmd_hypercall { unsigned long op; unsigned long arg[5]; + long retval; } privcmd_hypercall_t; typedef struct privcmd_mmap_entry { -- cgit v1.2.3