summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-z-arm-bsd-user-001
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2013-05-29 18:01:53 +0000
committerJuergen Lock <nox@FreeBSD.org>2013-05-29 18:01:53 +0000
commitb179b768b455143b32bd626d9ca89da255b9a177 (patch)
treecb219037f0f1b71f4902a7cad4a10363a571c308 /emulators/qemu-devel/files/patch-z-arm-bsd-user-001
parentUpdate to 1.7.1 (diff)
- Update to 1.5.0, announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-05/msg02557.html Full changelog: http://wiki.qemu.org/ChangeLog/1.5 The new libusb host code needs recent 10-current; for older releases you can still try the net/usbredir support knob, see pkg-message for details. - Update pkg-message a bit. Thanx to: emaste for some suggestions
Notes
Notes: svn path=/head/; revision=319386
Diffstat (limited to 'emulators/qemu-devel/files/patch-z-arm-bsd-user-001')
-rw-r--r--emulators/qemu-devel/files/patch-z-arm-bsd-user-0018
1 files changed, 0 insertions, 8 deletions
diff --git a/emulators/qemu-devel/files/patch-z-arm-bsd-user-001 b/emulators/qemu-devel/files/patch-z-arm-bsd-user-001
index a7fb6ab72b38..bf8bdae26823 100644
--- a/emulators/qemu-devel/files/patch-z-arm-bsd-user-001
+++ b/emulators/qemu-devel/files/patch-z-arm-bsd-user-001
@@ -314,14 +314,6 @@
#ifdef __FreeBSD__
/*
* XXX this uses the undocumented oidfmt interface to find the kind of
-@@ -215,6 +225,7 @@ static int sysctl_oldcvt(void *holdp, si
- case CTLTYPE_QUAD:
- #else
- case CTLTYPE_U64:
-+ case CTLTYPE_S64:
- #endif
- *(uint64_t *)holdp = tswap64(*(uint64_t *)holdp);
- break;
@@ -380,6 +391,9 @@ abi_long do_freebsd_syscall(void *cpu_en
arg5,
arg6));