diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-04-18 10:53:51 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-04-18 10:53:51 +0000 |
commit | cf14e8bdd746039cc679bf4d0fc205ba4b95a2fb (patch) | |
tree | 3bcb58d0ad89f99a424a2a52c1c438790976da7d /emulators/qemu-devel/files/extra-patch-bsd-user-syscall.c | |
parent | lang/gcc-aux + gnatdroid-armv7: Update to 16 April prerelease (diff) |
- Update to 2.0.0 - announce message is here:
http://article.gmane.org/gmane.comp.emulators.qemu/267615
- Take updated bsd-user patches from sbruno's github repo. [1]
- Add headers to my recent bsd-user patches. (they are applied as in
the EXTRA_PATCHES order in the port Makefile)
Submitted by: sbruno [1]
Obtained from: https://github.com/seanbruno/qemu/commits/bsd-user [1]
Notes
Notes:
svn path=/head/; revision=351530
Diffstat (limited to 'emulators/qemu-devel/files/extra-patch-bsd-user-syscall.c')
-rw-r--r-- | emulators/qemu-devel/files/extra-patch-bsd-user-syscall.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/extra-patch-bsd-user-syscall.c b/emulators/qemu-devel/files/extra-patch-bsd-user-syscall.c index 3570ca234e35..1dda197e9c3d 100644 --- a/emulators/qemu-devel/files/extra-patch-bsd-user-syscall.c +++ b/emulators/qemu-devel/files/extra-patch-bsd-user-syscall.c @@ -1,3 +1,12 @@ +From nox Mon Sep 17 00:00:00 2001 +From: Juergen Lock <nox@jelal.kn-bremen.de> +Date: 05 Apr 2014 02:04:00 +0200 +Subject: Fix bsd-user FreeBSD fchflags() syscall (typo) + +Fix bsd-user FreeBSD fchflags() syscall. (typo) + +Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de> + --- a/bsd-user/syscall.c +++ b/bsd-user/syscall.c @@ -627,7 +627,7 @@ abi_long do_freebsd_syscall(void *cpu_en |