Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15163 Details for
Bug 25465
net-tools compile error with GCC 3.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
new patch to x25_sr.c -- ebuild compatible
x25_sr-gcc33.patch (text/plain), 467 bytes, created by
Boyd Waters
on 2003-07-28 17:36:40 UTC
(
hide
)
Description:
new patch to x25_sr.c -- ebuild compatible
Filename:
MIME Type:
Creator:
Boyd Waters
Created:
2003-07-28 17:36:40 UTC
Size:
467 bytes
patch
obsolete
>--- net-tools-1.60/lib/x25_sr.c 2003-07-28 14:36:42.247808544 -0600 >+++ net-tools-1.60/lib/x25_sr.c.new 2003-07-28 14:40:25.705837760 -0600 >@@ -77,7 +77,7 @@ > rt.sigdigits=sigdigits; > > /* x25_route_struct.address isn't type struct sockaddr_x25, Why? */ >- memcpy(&rt.address, &sx25.sx25_addr, sizeof(x25_address)); >+ memcpy(&rt.address, &sx25.sx25_addr, sizeof(struct x25_address)); > > while (*args) { > if (!strcmp(*args,"device") || !strcmp(*args,"dev")) {
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 25465
:
15162
| 15163 |
15164