From patchwork Fri Sep 9 11:43:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 15421 Received: (qmail 124428 invoked by alias); 9 Sep 2016 11:43:17 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 124133 invoked by uid 89); 9 Sep 2016 11:43:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=4510, berkeley, Exp, Berkeley X-HELO: mx1.redhat.com Date: Fri, 09 Sep 2016 13:43:12 +0200 To: libc-alpha@sourceware.org Subject: [PATCH] , : Remove versions User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Message-Id: <20160909114312.39BD4401404D5@oldenburg.str.redhat.com> From: fweimer@redhat.com (Florian Weimer) Our header files no longer match the BIND versions. 2016-09-09 Florian Weimer Remove misleading version information. * resolv/arpa/nameser.h (__NAMESER): Remove. * resolv/arpa/nameser_compat.h (__BIND): Remove. diff --git a/resolv/arpa/nameser.h b/resolv/arpa/nameser.h index 884affa..f11b9f0 100644 --- a/resolv/arpa/nameser.h +++ b/resolv/arpa/nameser.h @@ -45,10 +45,6 @@ * SOFTWARE. */ -/* - * $BINDId: nameser.h,v 8.37 2000/03/30 21:16:49 vixie Exp $ - */ - #ifndef _ARPA_NAMESER_H_ #define _ARPA_NAMESER_H_ @@ -56,15 +52,6 @@ #include #include -/*% - * Revision information. This is the release date in YYYYMMDD format. - * It can change every day so the right thing to do with it is use it - * in preprocessor commands such as "#if (__NAMESER > 19931104)". Do not - * compare for equality; rather, use it to determine whether your libbind.a - * contains a new enough lib/nameser/ to support the feature you need. - */ - -#define __NAMESER 19991006 /*%< New interface version stamp. */ /* * Define constants based on RFC 883, RFC 1034, RFC 1035 */ diff --git a/resolv/arpa/nameser_compat.h b/resolv/arpa/nameser_compat.h index d59c9e4..ccc2d52 100644 --- a/resolv/arpa/nameser_compat.h +++ b/resolv/arpa/nameser_compat.h @@ -26,16 +26,9 @@ * SUCH DAMAGE. */ -/*% - * from nameser.h 8.1 (Berkeley) 6/2/93 - * $BINDId: nameser_compat.h,v 8.11 1999/01/02 08:00:58 vixie Exp $ - */ - #ifndef _ARPA_NAMESER_COMPAT_ #define _ARPA_NAMESER_COMPAT_ -#define __BIND 19950621 /*%< (DEAD) interface version stamp. */ - #include /*%