Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 575284 Details for
Bug 685090
sys-apps/systemd-242 needs a patch for gcc-9.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to compile with gcc-9.1
systemd-242-gcc9.patch (text/plain), 851 bytes, created by
Helmut Jarausch
on 2019-05-05 10:23:46 UTC
(
hide
)
Description:
patch to compile with gcc-9.1
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2019-05-05 10:23:46 UTC
Size:
851 bytes
patch
obsolete
>--- a/src/network/networkd-link.c.ORIG 2019-04-11 18:28:36.000000000 +0200 >+++ b/src/network/networkd-link.c 2019-05-05 12:05:38.005897076 +0200 >@@ -320,9 +320,11 @@ > disabled = !link_ipv6_enabled(link); > > r = sysctl_write_ip_property_boolean(AF_INET6, link->ifname, "disable_ipv6", disabled); >- if (r < 0) >- log_link_warning_errno(link, r, "Cannot %s IPv6 for interface %s: %m", >- enable_disable(!disabled), link->ifname); >+ if (r < 0) { >+ if ( link->ifname ) >+ log_link_warning_errno(link, r, "Cannot %s IPv6 for interface %s: %m", >+ enable_disable(!disabled), link->ifname); >+ } > else > log_link_info(link, "IPv6 successfully %sd", enable_disable(!disabled)); >
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 685090
: 575284