summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/socket++/files/socket++-1.12.12-gcc47.patch')
-rw-r--r--net-libs/socket++/files/socket++-1.12.12-gcc47.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-libs/socket++/files/socket++-1.12.12-gcc47.patch b/net-libs/socket++/files/socket++-1.12.12-gcc47.patch
deleted file mode 100644
index 62a62b090041..000000000000
--- a/net-libs/socket++/files/socket++-1.12.12-gcc47.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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 {