summaryrefslogtreecommitdiff
path: root/net/libsocket++/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/libsocket++/files')
-rw-r--r--net/libsocket++/files/patch-doc__socket++.texi20
-rw-r--r--net/libsocket++/files/patch-sockstream.h16
2 files changed, 0 insertions, 36 deletions
diff --git a/net/libsocket++/files/patch-doc__socket++.texi b/net/libsocket++/files/patch-doc__socket++.texi
deleted file mode 100644
index f7d003422d41..000000000000
--- a/net/libsocket++/files/patch-doc__socket++.texi
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./doc/socket++.texi.orig 2011-12-27 11:23:48.000000000 +0000
-+++ ./doc/socket++.texi 2014-06-29 08:51:24.000000000 +0000
-@@ -2334,7 +2334,7 @@
-
- @end table
-
--@subsection tsecho.C
-+@section tsecho.C
- @example
- // echo server. Serves clients at port 4000.
- #include <echo.h>
-@@ -2449,7 +2449,7 @@
-
- @end table
-
--@subsection tcsmtp.C
-+@section tcsmtp.C
- @example
- // smtp client.
- // The president sends a message to gs4t@@virginia.edu.
diff --git a/net/libsocket++/files/patch-sockstream.h b/net/libsocket++/files/patch-sockstream.h
deleted file mode 100644
index 8264259d99c2..000000000000
--- a/net/libsocket++/files/patch-sockstream.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- socket++/sockstream.h.orig Fri Jan 16 22:35:55 2004
-+++ socket++/sockstream.h Fri Jan 16 22:39:09 2004
-@@ -151,10 +151,12 @@
- enum msgflag {
- msg_oob = MSG_OOB,
- msg_peek = MSG_PEEK,
-- msg_dontroute = MSG_DONTROUTE,
-
- #if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
-+ msg_dontroute = MSG_DONTROUTE,
- msg_maxiovlen = MSG_MAXIOVLEN
-+#else
-+ msg_dontroute = MSG_DONTROUTE
- #endif
- };
- enum shuthow {