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 294907 Details for
Bug 432778
[PATCH] Fix build with gcc-4.3
[?]
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]
Fix gcc-4.3 build
libtorrent-0.12-gcc43.patch (text/plain), 1.82 KB, created by
Adel Gadllah
on 2008-02-14 11:17:10 UTC
(
hide
)
Description:
Fix gcc-4.3 build
Filename:
MIME Type:
Creator:
Adel Gadllah
Created:
2008-02-14 11:17:10 UTC
Size:
1.82 KB
patch
obsolete
>diff -upNr libtorrent-0.12.orign/include/libtorrent/asio/detail/pipe_select_interrupter.hpp libtorrent-0.12/include/libtorrent/asio/detail/pipe_select_interrupter.hpp >--- libtorrent-0.12.orign/include/libtorrent/asio/detail/pipe_select_interrupter.hpp 2007-03-07 19:03:59.000000000 +0100 >+++ libtorrent-0.12/include/libtorrent/asio/detail/pipe_select_interrupter.hpp 2008-02-14 11:35:38.000000000 +0100 >@@ -29,6 +29,8 @@ > > #include "asio/detail/socket_types.hpp" > >+#include <cstring> >+ > namespace asio { > namespace detail { > >diff -upNr libtorrent-0.12.orign/include/libtorrent/buffer.hpp libtorrent-0.12/include/libtorrent/buffer.hpp >--- libtorrent-0.12.orign/include/libtorrent/buffer.hpp 2007-03-10 21:38:37.000000000 +0100 >+++ libtorrent-0.12/include/libtorrent/buffer.hpp 2008-02-14 11:58:16.000000000 +0100 >@@ -36,6 +36,7 @@ POSSIBILITY OF SUCH DAMAGE. > > #include "libtorrent/invariant_check.hpp" > #include <memory> >+#include <cstring> > > namespace libtorrent { > >diff -upNr libtorrent-0.12.orign/include/libtorrent/peer_id.hpp libtorrent-0.12/include/libtorrent/peer_id.hpp >--- libtorrent-0.12.orign/include/libtorrent/peer_id.hpp 2007-03-16 01:08:54.000000000 +0100 >+++ libtorrent-0.12/include/libtorrent/peer_id.hpp 2008-02-13 11:09:57.000000000 +0100 >@@ -39,6 +39,7 @@ POSSIBILITY OF SUCH DAMAGE. > #include <cctype> > #include <algorithm> > #include <string> >+#include <cstring> > > #include "libtorrent/config.hpp" > >diff -upNr libtorrent-0.12.orign/src/file.cpp libtorrent-0.12/src/file.cpp >--- libtorrent-0.12.orign/src/file.cpp 2007-03-30 22:02:15.000000000 +0200 >+++ libtorrent-0.12/src/file.cpp 2008-02-14 11:47:15.000000000 +0100 >@@ -66,6 +66,7 @@ BOOST_STATIC_ASSERT(sizeof(lseek(0, 0, 0 > #include <boost/filesystem/operations.hpp> > #include "libtorrent/file.hpp" > #include <sstream> >+#include <cstring> > > #ifndef O_BINARY > #define O_BINARY 0
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 432778
: 294907