aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/loudmouth
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-09-04 01:38:59 +0800
committermezz <mezz@FreeBSD.org>2008-09-04 01:38:59 +0800
commite88bb8dbe0677662775d1d0bb7284628913055d2 (patch)
tree6b3c9e26d410603d064fec9ce97b2aa5653075cb /net-im/loudmouth
parent6e3574aa4ec52ccacefc9a614fe2c7d862da06f3 (diff)
downloadfreebsd-ports-gnome-e88bb8dbe0677662775d1d0bb7284628913055d2.tar.gz
freebsd-ports-gnome-e88bb8dbe0677662775d1d0bb7284628913055d2.tar.zst
freebsd-ports-gnome-e88bb8dbe0677662775d1d0bb7284628913055d2.zip
Remove a stale patch to fix the apply patch.
Diffstat (limited to 'net-im/loudmouth')
-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>