FreeBSD Bugzilla – Attachment 169555 Details for
Bug 208952
math/mpfr broken on arm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
qemu-sbruno patch
emulators_qemu-sbruno.patch (text/plain), 987 bytes, created by
Mikael Urankar
on 2016-04-22 09:04:58 UTC
(
hide
)
Description:
qemu-sbruno patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2016-04-22 09:04:58 UTC
Size:
987 bytes
patch
obsolete
>Index: files/patch-bsd-user_bsd-file.h >=================================================================== >--- files/patch-bsd-user_bsd-file.h (nonexistent) >+++ files/patch-bsd-user_bsd-file.h (working copy) >@@ -0,0 +1,13 @@ >+--- bsd-user/bsd-file.h.orig 2016-04-22 10:48:53.927508000 +0200 >++++ bsd-user/bsd-file.h 2016-04-22 10:48:59.625443000 +0200 >+@@ -346,8 +346,8 @@ static inline abi_long do_bsd_renameat(a >+ abi_long ret; >+ void *p1, *p2; >+ >+- LOCK_PATH(p1, arg1); >+- LOCK_PATH(p2, arg2); >++ LOCK_PATH(p1, arg2); >++ LOCK_PATH(p2, arg4); >+ if (!p1 || !p2) { >+ ret = -TARGET_EFAULT; >+ } else { > >Property changes on: files/patch-bsd-user_bsd-file.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208952
:
169516
| 169555