aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-09-03 17:38:59 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-09-03 17:38:59 +0000
commit4c5c03898fe3bc7c56240ad1dd9670299b431d41 (patch)
treecda51812173d9d373fc10fd9f01437c7b70be2be /net-im
parent5a828264ea1f2d6e0cd75fff91736a30fbee4e73 (diff)
downloadports-4c5c03898fe3bc7c56240ad1dd9670299b431d41.tar.gz
ports-4c5c03898fe3bc7c56240ad1dd9670299b431d41.zip
Remove a stale patch to fix the apply patch.
Notes
Notes: svn path=/head/; revision=219786
Diffstat (limited to 'net-im')
-rw-r--r--net-im/loudmouth/files/patch-loudmouth_lm-sock.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-im/loudmouth/files/patch-loudmouth_lm-sock.c b/net-im/loudmouth/files/patch-loudmouth_lm-sock.c
deleted file mode 100644
index 594cc49705c2..000000000000
--- a/net-im/loudmouth/files/patch-loudmouth_lm-sock.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- loudmouth/lm-sock.c.orig 2008-07-06 15:41:02.000000000 -0400
-+++ loudmouth/lm-sock.c 2008-07-06 15:43:01.000000000 -0400
-@@ -27,8 +27,10 @@
- #include <errno.h>
- #include <string.h>
- #include <unistd.h>
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <fcntl.h>
-+#include <netinet/in_systm.h>
- #include <netinet/in.h>
- #include <netinet/ip.h>
- #include <netinet/tcp.h>