diff options
author | seb <seb@pkgsrc.org> | 2003-08-03 08:04:59 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-03 08:04:59 +0000 |
commit | c1b45a021a342b741919104c95814a7309ac8086 (patch) | |
tree | c31514a27af1c2e546d0f5d8d8655901d1a11d49 /net | |
parent | 0b009ce693f2501b9daa95605580ac7014b2724c (diff) | |
download | pkgsrc-c1b45a021a342b741919104c95814a7309ac8086.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-ac | 13 |
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. |