Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61468 Details for
Bug 87104
net-dns/ldapdns fails to build with gcc 3.4.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ldapdns-2.05-gentoo.diff
ldapdns-2.05-gentoo.diff (text/plain), 1.35 KB, created by
Marcelo Goes (RETIRED)
on 2005-06-18 20:14:16 UTC
(
hide
)
Description:
ldapdns-2.05-gentoo.diff
Filename:
MIME Type:
Creator:
Marcelo Goes (RETIRED)
Created:
2005-06-18 20:14:16 UTC
Size:
1.35 KB
patch
obsolete
>diff --exclude='*~' -Naur ldapdns-2.05.orig/engine.c ldapdns-2.05/engine.c >--- ldapdns-2.05.orig/engine.c 2005-06-19 00:09:47.000000000 -0300 >+++ ldapdns-2.05/engine.c 2005-06-19 00:12:01.000000000 -0300 >@@ -2504,7 +2504,7 @@ > > finish_axfr_l: > if (!response_axstart(c, 1, c->request_name, DNS_T_SOA, DNS_C_IN, c->ttl) >- || !response_addname(c, ldapdns.self_ns ? ldapdns.self_ns : c->ns->str) >+ || !response_addname(c, ldapdns.self_ns ? ldapdns.self_ns : (c->ns ? c->ns->str : "")) > || !response_addname(c, c->ADM ? c->ADM->str : ldapdns.hostmaster) > || !response_addulong(c, c->serial) > || !response_addulong(c, c->refresh) >@@ -2596,7 +2596,7 @@ > /* SOA comes first... > */ > if (!response_axstart(c, 1, c->request_name, DNS_T_SOA, DNS_C_IN, c->ttl) >- || !response_addname(c, ldapdns.self_ns ? ldapdns.self_ns : c->ns->str) >+ || !response_addname(c, ldapdns.self_ns ? ldapdns.self_ns : (c->ns ? c->ns->str : "")) > || !response_addname(c, c->ADM ? c->ADM->str : ldapdns.hostmaster) > || !response_addulong(c, c->serial) > || !response_addulong(c, c->refresh) >diff --exclude='*~' -Naur ldapdns-2.05.orig/ldapdns.c ldapdns-2.05/ldapdns.c >--- ldapdns-2.05.orig/ldapdns.c 2005-06-19 00:09:47.000000000 -0300 >+++ ldapdns-2.05/ldapdns.c 2005-06-19 00:10:21.000000000 -0300 >@@ -21,6 +21,7 @@ > list_push(&x, lp->str); > list_push(&seen, lp->str); > HIT: >+ continue; > } > > lp = *p;
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 87104
: 61468 |
62007