diff options
-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. |