summaryrefslogtreecommitdiff
path: root/chat/loudmouth/patches
diff options
context:
space:
mode:
authoradam <adam>2008-10-13 09:35:55 +0000
committeradam <adam>2008-10-13 09:35:55 +0000
commitdafa75a4e6888ed6792ed6c253750079ca06d7e4 (patch)
tree4188b03dca85b4fb7d2151d2e1d4843db1f6dd01 /chat/loudmouth/patches
parent08fc7b2f4f45cfdf8be2266341fc15881cbe7107 (diff)
downloadpkgsrc-dafa75a4e6888ed6792ed6c253750079ca06d7e4.tar.gz
Changes 1.4.2:
* Bug fixes.
Diffstat (limited to 'chat/loudmouth/patches')
-rw-r--r--chat/loudmouth/patches/patch-aa12
-rw-r--r--chat/loudmouth/patches/patch-ab12
2 files changed, 0 insertions, 24 deletions
diff --git a/chat/loudmouth/patches/patch-aa b/chat/loudmouth/patches/patch-aa
deleted file mode 100644
index 2810e3d0405..00000000000
--- a/chat/loudmouth/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2008/08/17 14:14:11 wiz Exp $
-
---- loudmouth/asyncns.c.orig 2008-02-24 21:41:25.000000000 +0000
-+++ loudmouth/asyncns.c
-@@ -154,6 +154,7 @@ typedef struct res_query_response {
- int ret;
- } res_response_t;
-
-+#define HAVE_STRNDUP
- #ifndef HAVE_STRNDUP
-
- static char *strndup(const char *s, size_t l) {
diff --git a/chat/loudmouth/patches/patch-ab b/chat/loudmouth/patches/patch-ab
deleted file mode 100644
index 5643e4835e3..00000000000
--- a/chat/loudmouth/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2008/08/17 14:14:11 wiz Exp $
-
---- loudmouth/lm-sock.c.orig 2008-07-27 09:21:48.000000000 +0000
-+++ loudmouth/lm-sock.c
-@@ -29,6 +29,7 @@
- #include <unistd.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>