diff options
Diffstat (limited to 'sys/i386/include/xen/hypercall.h')
-rw-r--r-- | sys/i386/include/xen/hypercall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/xen/hypercall.h b/sys/i386/include/xen/hypercall.h index 1c4d529..7e18f9e 100644 --- a/sys/i386/include/xen/hypercall.h +++ b/sys/i386/include/xen/hypercall.h @@ -293,7 +293,7 @@ HYPERVISOR_xen_version( static inline int HYPERVISOR_console_io( - int cmd, int count, char *str) + int cmd, int count, const char *str) { return _hypercall3(int, console_io, cmd, count, str); } |