Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/bind/lib/libirs Remove irs re-implementation of...
details: https://anonhg.NetBSD.org/src/rev/949a9790f918
branches: trunk
changeset: 330537:949a9790f918
user: christos <christos%NetBSD.org@localhost>
date: Sun Jul 13 14:54:22 2014 +0000
description:
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.
diffstat:
external/bsd/bind/lib/libirs/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 7a5f68614cf3 -r 949a9790f918 external/bsd/bind/lib/libirs/Makefile
--- a/external/bsd/bind/lib/libirs/Makefile Sun Jul 13 13:53:59 2014 +0000
+++ b/external/bsd/bind/lib/libirs/Makefile Sun Jul 13 14:54:22 2014 +0000
@@ -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 @@
.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 <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index