You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/socket++/files/socket++-1.12.12-gcc47.patch

21 lines
591 B

--- 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 {