diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2020-01-25 10:43:07 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2020-01-25 10:43:07 +0000 |
commit | 605392dd44716a40bb62d3ed393926fb694aec08 (patch) | |
tree | e8ee5e8f7ee0ceeaa6bd4cc33c23f4a11590baab /usr.sbin/bind/lib/dns | |
parent | 27553c35c11f1006622e418c78fbf0181b8f62c5 (diff) |
we are not using rwlocks
Diffstat (limited to 'usr.sbin/bind/lib/dns')
-rw-r--r-- | usr.sbin/bind/lib/dns/include/dns/tsig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/dns/include/dns/tsig.h b/usr.sbin/bind/lib/dns/include/dns/tsig.h index 82def5d038d..202bd200f2d 100644 --- a/usr.sbin/bind/lib/dns/include/dns/tsig.h +++ b/usr.sbin/bind/lib/dns/include/dns/tsig.h @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsig.h,v 1.8 2020/01/20 18:51:52 florian Exp $ */ +/* $Id: tsig.h,v 1.9 2020/01/25 10:43:06 florian Exp $ */ #ifndef DNS_TSIG_H #define DNS_TSIG_H 1 @@ -23,7 +23,7 @@ #include <isc/lang.h> #include <isc/refcount.h> -#include <isc/rwlock.h> + #include <isc/stdio.h> #include <isc/stdtime.h> |