public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] <arpa/nameser.h>, <arpa/nameser_compat.h>: Remove versions
@ 2016-09-09 11:43 Florian Weimer
  2016-09-21 14:16 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2016-09-09 11:43 UTC (permalink / raw)
  To: libc-alpha

Our header files no longer match the BIND versions.

2016-09-09  Florian Weimer  <fweimer@redhat.com>

	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 <sys/types.h>
 #include <sys/cdefs.h>
 
-/*%
- * 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 <endian.h>
 
 /*%

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] <arpa/nameser.h>, <arpa/nameser_compat.h>: Remove versions
  2016-09-09 11:43 [PATCH] <arpa/nameser.h>, <arpa/nameser_compat.h>: Remove versions Florian Weimer
@ 2016-09-21 14:16 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2016-09-21 14:16 UTC (permalink / raw)
  To: libc-alpha

On 09/09/2016 01:43 PM, Florian Weimer wrote:
> Our header files no longer match the BIND versions.

Committed.

Thanks,
Florian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-21 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-09 11:43 [PATCH] <arpa/nameser.h>, <arpa/nameser_compat.h>: Remove versions Florian Weimer
2016-09-21 14:16 ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).