FreeBSD Bugzilla – Attachment 208046 Details for
Bug 240763
emulators/qemu-user-static: fails to run ports-mgmt/pkg on armv7 with clang9 base
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Force sysctlbyname library call (workaround)
force_old_sysctlbyname.diff (text/plain), 542 bytes, created by
Jan Beich
on 2019-10-02 19:07:15 UTC
(
hide
)
Description:
Force sysctlbyname library call (workaround)
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2019-10-02 19:07:15 UTC
Size:
542 bytes
patch
obsolete
>Index: lib/libc/gen/sysctlbyname.c >=================================================================== >--- lib/libc/gen/sysctlbyname.c (revision 353007) >+++ lib/libc/gen/sysctlbyname.c (working copy) >@@ -47,11 +47,6 @@ sysctlbyname(const char *name, void *oldp, size_t > int oid[CTL_MAXNAME]; > size_t len; > >- if (__getosreldate() >= SYSCTLBYNAME_OSREL) { >- len = strlen(name); >- return (__sysctlbyname(name, len, oldp, oldlenp, newp, >- newlen)); >- } > len = nitems(oid); > if (sysctlnametomib(name, oid, &len) == -1) > return (-1);
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 240763
: 208046