]> sourceware.org Git - glibc.git/commitdiff
<arpa/nameser.h>, <arpa/nameser_compat.h>: Remove versions
authorFlorian Weimer <fweimer@redhat.com>
Wed, 21 Sep 2016 14:09:20 +0000 (16:09 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 21 Sep 2016 14:09:21 +0000 (16:09 +0200)
Our header files no longer match the BIND versions.

ChangeLog
resolv/arpa/nameser.h
resolv/arpa/nameser_compat.h

index 5da8103b54de7701a988738eee1bd0f2846c75cc..607ab50642176b47e5cca91d4410243b8ca4af9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-09-21  Florian Weimer  <fweimer@redhat.com>
+
+       Remove misleading version information.
+       * resolv/arpa/nameser.h (__NAMESER): Remove.
+       * resolv/arpa/nameser_compat.h (__BIND): Remove.
+
 2016-09-21  Florian Weimer  <fweimer@redhat.com>
 
        Remove the always-defined BIND_4_COMPAT macro.
index 884affae2fc3708e78fd13caa43021643b945a86..f11b9f0ec7f773d2f534e7426de5550873dfc909 100644 (file)
  * SOFTWARE.
  */
 
-/*
- *     $BINDId: nameser.h,v 8.37 2000/03/30 21:16:49 vixie Exp $
- */
-
 #ifndef _ARPA_NAMESER_H_
 #define _ARPA_NAMESER_H_
 
 #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
  */
index d59c9e41b3a5c45c901408260959833e2d9a25ff..ccc2d52095dc624abd7b1585d2f9bde0d861ab39 100644 (file)
  * 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>
 
 /*%
This page took 0.16386 seconds and 5 git commands to generate.