From owner-svn-src-all@FreeBSD.ORG Thu May 15 15:22:33 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A49A854; Thu, 15 May 2014 15:22:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 476CE2331; Thu, 15 May 2014 15:22:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FFMXKo048232; Thu, 15 May 2014 15:22:33 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FFMXhu048231; Thu, 15 May 2014 15:22:33 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201405151522.s4FFMXhu048231@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Thu, 15 May 2014 15:22:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266138 - in head: contrib/ldns/compat lib/libldns X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2014 15:22:33 -0000 Author: des Date: Thu May 15 15:22:32 2014 New Revision: 266138 URL: http://svnweb.freebsd.org/changeset/base/266138 Log: Remove dead files. Deleted: head/contrib/ldns/compat/b32_ntop.c head/contrib/ldns/compat/b32_pton.c Modified: head/lib/libldns/Makefile Modified: head/lib/libldns/Makefile ============================================================================== --- head/lib/libldns/Makefile Thu May 15 15:20:43 2014 (r266137) +++ head/lib/libldns/Makefile Thu May 15 15:22:32 2014 (r266138) @@ -16,7 +16,6 @@ SRCS= buffer.c dane.c dname.c dnssec.c d rr.c rr_functions.c sha1.c sha2.c str2host.c tsig.c update.c util.c \ wire2host.c zone.c -#SRCS+= b32_ntop.c b32_pton.c b64_ntop.c b64_pton.c SRCS+= b64_ntop.c b64_pton.c DPADD+= ${LIBCRYPTO}