diff options
| author | Roger Pau Monné <royger@FreeBSD.org> | 2015-10-08 16:39:43 +0000 |
|---|---|---|
| committer | Roger Pau Monné <royger@FreeBSD.org> | 2015-10-08 16:39:43 +0000 |
| commit | a231723cc0b0655bf6cbe77e3b2fc34d05525fda (patch) | |
| tree | 4d554b6933c62f969ce512c3c8dce2e0ef744afd /sys/i386 | |
| parent | 889592b876842ab5e12aac1e0ddc4a58b3c95cfd (diff) | |
Notes
Diffstat (limited to 'sys/i386')
| -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 1c4d52904a46..7e18f9ed1317 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); } |
