]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove unused definition of ISC_CMSG_IP_TOS
authorOndřej Surý <ondrej@isc.org>
Tue, 20 Aug 2024 10:15:05 +0000 (12:15 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 27 Nov 2024 14:03:27 +0000 (15:03 +0100)
The #define was used before, but we forgot to clean it up when we
removed support for dscp.

lib/isc/net.c

index 8d65e1bb98989a6ab705da0837cc7ea3f5135c12..d30072b7f09ff8a0b7069b1aaa9c4c81e7900453 100644 (file)
 
 #endif /* HAVE_SYSCTLBYNAME */
 
-#ifndef ISC_CMSG_IP_TOS
-#ifdef __APPLE__
-#define ISC_CMSG_IP_TOS 0 /* As of 10.8.2. */
-#else                    /* ! __APPLE__ */
-#define ISC_CMSG_IP_TOS 1
-#endif /* ! __APPLE__ */
-#endif /* ! ISC_CMSG_IP_TOS */
-
 static isc_result_t ipv4_result = ISC_R_SUCCESS;
 static isc_result_t ipv6_result = ISC_R_SUCCESS;