summaryrefslogtreecommitdiff
path: root/net/bind8
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-08-03 08:04:59 +0000
committerseb <seb@pkgsrc.org>2003-08-03 08:04:59 +0000
commitc1b45a021a342b741919104c95814a7309ac8086 (patch)
treec31514a27af1c2e546d0f5d8d8655901d1a11d49 /net/bind8
parent0b009ce693f2501b9daa95605580ac7014b2724c (diff)
downloadpkgsrc-c1b45a021a342b741919104c95814a7309ac8086.tar.gz
Really remove this patch file. Many thanks to jmc@ for spotting this!
Diffstat (limited to 'net/bind8')
-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.