From 28ea6bcb05121e5dde781731b6f49379b0f0646f Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 13 Jul 2014 14:54:22 +0000 Subject: [PATCH] Remove irs re-implementation of getaddrinfo, getnameinfo, gai_strerror that libc provides. XXX: Perhaps it is better to just make irs a private library since not many things use it, and it is so small after we removed the stuff that is provided by libc. --- external/bsd/bind/lib/libirs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/external/bsd/bind/lib/libirs/Makefile b/external/bsd/bind/lib/libirs/Makefile index 82cb3a154866..24f9f790156c 100644 --- a/external/bsd/bind/lib/libirs/Makefile +++ b/external/bsd/bind/lib/libirs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/07/08 05:55:33 spz Exp $ +# $NetBSD: Makefile,v 1.2 2014/07/13 14:54:22 christos Exp $ LIB=irs #USE_SHLIBDIR= yes @@ -14,8 +14,7 @@ DIST= ${IDIST}/lib/irs .PATH.c: ${DIST} -SRCS= context.c dnsconf.c gai_strerror.c getaddrinfo.c \ - getnameinfo.c resconf.c version.c +SRCS= context.c dnsconf.c resconf.c version.c .include