* [gentoo-commits] gentoo-x86 commit in net-libs/socket++/files: socket++-1.12.12-gcc47.patch
@ 2013-09-07 8:35 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-09-07 8:35 UTC (permalink / raw
To: gentoo-commits
pacho 13/09/07 08:35:52
Added: socket++-1.12.12-gcc47.patch
Log:
Fix failing test due gcc-4.7 (#424305 by Sean Santos)
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.1 net-libs/socket++/files/socket++-1.12.12-gcc47.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/files/socket++-1.12.12-gcc47.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/files/socket++-1.12.12-gcc47.patch?rev=1.1&content-type=text/plain
Index: socket++-1.12.12-gcc47.patch
===================================================================
--- test/thostnames.C~ 2004-06-29 08:47:52.000000000 +0200
+++ test/thostnames.C 2013-09-07 10:30:24.159157101 +0200
@@ -23,7 +23,7 @@
{
public:
test () : iosockinet (sockbuf::sock_stream) {
- cout << "Constructor rdbuf: " << (unsigned int) rdbuf() << endl;
+ cout << "Constructor rdbuf: " << (size_t) rdbuf() << endl;
}
};
@@ -39,7 +39,7 @@
}
sio.rdbuf()->setname ("Testsocket");
- cout << "rdbuf: " << (unsigned int) sio.rdbuf() << "\n";
+ cout << "rdbuf: " << (size_t) sio.rdbuf() << "\n";
cout << "socketname: " << sio.rdbuf()->getname() << endl;
try {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-07 8:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-07 8:35 [gentoo-commits] gentoo-x86 commit in net-libs/socket++/files: socket++-1.12.12-gcc47.patch Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox