summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorseb <seb>2003-08-03 08:04:59 +0000
committerseb <seb>2003-08-03 08:04:59 +0000
commit335a4f19dcdb689f758db5c52b6ce58cbc83f758 (patch)
treec31514a27af1c2e546d0f5d8d8655901d1a11d49 /net
parentad56ca0ded9a216ed5f6c29dd8ed4147a37ff969 (diff)
downloadpkgsrc-335a4f19dcdb689f758db5c52b6ce58cbc83f758.tar.gz
Really remove this patch file. Many thanks to jmc@ for spotting this!
Diffstat (limited to 'net')
-rw-r--r--net/bind8/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/bind8/patches/patch-ac b/net/bind8/patches/patch-ac
deleted file mode 100644
index 2abbfb18dba..00000000000
--- a/net/bind8/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.6 2002/12/07 21:34:04 cjep Exp $
-
---- lib/irs/getaddrinfo.c.orig Wed Feb 27 03:57:17 2002
-+++ lib/irs/getaddrinfo.c
-@@ -595,7 +595,7 @@ explore_fqdn(pai, hostname, servname, re
- char tmp[NS_MAXDNAME];
- const char *cp;
-
-- result = NULL;
-+ *res = NULL;
-
- /*
- * if the servname does not match socktype/protocol, ignore it.