aboutsummaryrefslogtreecommitdiff
path: root/devel/libcapsinetwork/files
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-05 06:50:41 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-05 06:50:41 +0000
commitb39d5ffafa979963f7c8d20a7e3312053f5604ad (patch)
tree3f2d961a9cb191df91bc7925d59e56e6c421d542 /devel/libcapsinetwork/files
parent466c0a9521b169b904729abfc5d3bfa35d8bfdd7 (diff)
downloadports-b39d5ffafa979963f7c8d20a7e3312053f5604ad.tar.gz
ports-b39d5ffafa979963f7c8d20a7e3312053f5604ad.zip
Notes
Diffstat (limited to 'devel/libcapsinetwork/files')
-rw-r--r--devel/libcapsinetwork/files/patch-listener.cc21
-rw-r--r--devel/libcapsinetwork/files/patch-listener.h12
-rw-r--r--devel/libcapsinetwork/files/patch-listenport.cc20
3 files changed, 0 insertions, 53 deletions
diff --git a/devel/libcapsinetwork/files/patch-listener.cc b/devel/libcapsinetwork/files/patch-listener.cc
deleted file mode 100644
index b55316a974b0..000000000000
--- a/devel/libcapsinetwork/files/patch-listener.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-$FreeBSD$
-
---- listener.cc.orig Thu Oct 24 14:26:02 2002
-+++ listener.cc Thu Oct 24 14:34:19 2002
-@@ -14,11 +14,13 @@
- // the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- // Boston, MA 02111-1307, USA.
-
--//#include <netinet/in.h>
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <sys/time.h>
-+
-+#include <netinet/in.h>
- #include <arpa/inet.h>
- #include <netdb.h>
--#include <sys/socket.h>
--#include <sys/types.h>
- #include <unistd.h>
-
- #include "listener.h"
diff --git a/devel/libcapsinetwork/files/patch-listener.h b/devel/libcapsinetwork/files/patch-listener.h
deleted file mode 100644
index e768b044a6d2..000000000000
--- a/devel/libcapsinetwork/files/patch-listener.h
+++ /dev/null
@@ -1,12 +0,0 @@
-$FreeBSD$
-
---- listener.h.orig Thu Oct 24 14:37:41 2002
-+++ listener.h Thu Oct 24 14:37:55 2002
-@@ -19,6 +19,7 @@
-
- #include <string>
- #include <vector>
-+#include <sys/types.h>
-
- class ListenPort;
- class Socket;
diff --git a/devel/libcapsinetwork/files/patch-listenport.cc b/devel/libcapsinetwork/files/patch-listenport.cc
deleted file mode 100644
index 68630eab8f3d..000000000000
--- a/devel/libcapsinetwork/files/patch-listenport.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-$FreeBSD$
-
---- listenport.cc.orig Thu Oct 24 14:36:09 2002
-+++ listenport.cc Thu Oct 24 14:36:27 2002
-@@ -15,12 +15,12 @@
- // Boston, MA 02111-1307, USA.
-
-
-+#include <sys/types.h>
-+#include <sys/socket.h>
- #include <arpa/inet.h>
- #include <fcntl.h>
- #include <netdb.h>
--//#include <netinet/in.h>
--#include <sys/socket.h>
--#include <sys/types.h>
-+#include <netinet/in.h>
- #include <unistd.h>
-
- #include "listenport.h"