summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/lib/dns/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bind/lib/dns/lib.c')
-rw-r--r--usr.sbin/bind/lib/dns/lib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bind/lib/dns/lib.c b/usr.sbin/bind/lib/dns/lib.c
index 4caf933911b..63c65f48b66 100644
--- a/usr.sbin/bind/lib/dns/lib.c
+++ b/usr.sbin/bind/lib/dns/lib.c
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: lib.c,v 1.3 2019/12/17 01:46:32 sthen Exp $ */
+/* $Id: lib.c,v 1.4 2020/01/09 14:18:29 florian Exp $ */
/*! \file */
@@ -41,8 +41,8 @@
*** Globals
***/
-LIBDNS_EXTERNAL_DATA unsigned int dns_pps = 0U;
-LIBDNS_EXTERNAL_DATA isc_msgcat_t * dns_msgcat = NULL;
+unsigned int dns_pps = 0U;
+isc_msgcat_t * dns_msgcat = NULL;
/***