diff options
author | mezz <mezz@FreeBSD.org> | 2008-09-04 01:38:59 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-09-04 01:38:59 +0800 |
commit | e88bb8dbe0677662775d1d0bb7284628913055d2 (patch) | |
tree | 6b3c9e26d410603d064fec9ce97b2aa5653075cb /net-im/loudmouth | |
parent | 6e3574aa4ec52ccacefc9a614fe2c7d862da06f3 (diff) | |
download | freebsd-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.c | 13 |
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> |