mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 14:49:20 -04:00
Remove unused definition of ISC_CMSG_IP_TOS
The #define was used before, but we forgot to clean it up when we removed support for dscp.
This commit is contained in:
parent
95a7419c2a
commit
c18bb5f1f2
1 changed files with 0 additions and 8 deletions
|
|
@ -85,14 +85,6 @@
|
|||
|
||||
#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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue