Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 311106 Details for
Bug 454224
kdelibs won't build on EL5 platform
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
trivial patch to correct build error
kdelibs-3.5.4-kde#134212.patch (text/plain), 1.21 KB, created by
Vic
on 2008-07-06 22:38:13 UTC
(
hide
)
Description:
trivial patch to correct build error
Filename:
MIME Type:
Creator:
Vic
Created:
2008-07-06 22:38:13 UTC
Size:
1.21 KB
patch
obsolete
>--- ./dnssd/remoteservice.cpp.fix 2006-01-19 12:07:20.000000000 -0500 >+++ ./dnssd/remoteservice.cpp 2008-07-06 11:21:51.000000000 -0400 >@@ -43,7 +43,7 @@ > const char *hosttarget, > uint16_t port, > uint16_t txtLen, >- const char *txtRecord, >+ const unsigned char *txtRecord, > void *context > ); > >@@ -102,7 +102,7 @@ > #ifdef HAVE_DNSSD > DNSServiceRef ref; > if (DNSServiceResolve(&ref,0,0,m_serviceName.utf8(), m_type.ascii(), >- domainToDNS(m_domain),resolve_callback,reinterpret_cast<void*>(this)) >+ domainToDNS(m_domain),(DNSServiceResolveReply)resolve_callback,reinterpret_cast<void*>(this)) > == kDNSServiceErr_NoError) d->setRef(ref); > #endif > if (!d->isRunning()) emit resolved(false); >@@ -164,7 +164,7 @@ > const char *hosttarget, > uint16_t port, > uint16_t txtLen, >- const char *txtRecord, >+ const unsigned char *txtRecord, > void *context > ) > {
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 454224
: 311106 |
311107