summaryrefslogtreecommitdiff
path: root/net-p2p/libfreenet/files/patch-protocol.c
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-06-04 12:54:16 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-06-04 12:54:16 +0000
commit50410e660c383e06ce6c0de0024d501a0194c19a (patch)
tree5faa487b61b2afd7756c347891450ab9802751b4 /net-p2p/libfreenet/files/patch-protocol.c
parent- Fix build on FreeBSD 5.X [1] (diff)
Remove expired ports:
2007-04-22 net-p2p/freenet: Does not work with existing Freenet network 2007-04-22 net-p2p/libfreenet: Does not work with existing Freenet network 2007-05-03 net-p2p/microdc: microdc is no longer in development. Consider using net-p2p/microdc2 instead
Notes
Notes: svn path=/head/; revision=192704
Diffstat (limited to 'net-p2p/libfreenet/files/patch-protocol.c')
-rw-r--r--net-p2p/libfreenet/files/patch-protocol.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-p2p/libfreenet/files/patch-protocol.c b/net-p2p/libfreenet/files/patch-protocol.c
deleted file mode 100644
index 66628daab52d..000000000000
--- a/net-p2p/libfreenet/files/patch-protocol.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- protocol.c.orig Wed Jun 13 19:03:11 2001
-+++ protocol.c Sun Dec 30 14:37:45 2001
-@@ -16,7 +16,11 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
- #include <stdio.h>
-+#ifdef HAVE_MALLOC_H
- #include <malloc.h>
-+#endif
-+#include <sys/types.h>
-+#include <netinet/in.h>
- #include <sys/socket.h>
- #include <netdb.h>
- #include <string.h>
-@@ -24,7 +28,6 @@
- #include <errno.h>
- #include <fcntl.h>
- #include <unistd.h>
--#include <sys/types.h>
- #include <ctype.h>
- #include <time.h>
-