summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/nsd-checkzone.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nsd/nsd-checkzone.c')
-rw-r--r--usr.sbin/nsd/nsd-checkzone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nsd/nsd-checkzone.c b/usr.sbin/nsd/nsd-checkzone.c
index 95bb4e72836..c8366f99e14 100644
--- a/usr.sbin/nsd/nsd-checkzone.c
+++ b/usr.sbin/nsd/nsd-checkzone.c
@@ -55,7 +55,7 @@ static void
check_zone(struct nsd* nsd, const char* name, const char* fname)
{
const dname_type* dname;
- zone_options_t* zo;
+ zone_options_type* zo;
zone_type* zone;
unsigned errors;