From 8d2a1f463deafb37cee374a1dce6b761960d03be Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Wed, 4 Dec 2019 19:07:15 +0000 Subject: Use NI_MAXHOST like everywhere else instead of a wrong number. --- sbin/unwind/unwind.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/unwind/unwind.h b/sbin/unwind/unwind.h index 4eaff65883a..d19a321e94f 100644 --- a/sbin/unwind/unwind.h +++ b/sbin/unwind/unwind.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unwind.h,v 1.43 2019/12/03 16:16:25 florian Exp $ */ +/* $OpenBSD: unwind.h,v 1.44 2019/12/04 19:07:14 florian Exp $ */ /* * Copyright (c) 2018 Florian Obser @@ -158,7 +158,7 @@ struct uw_conf { struct query_imsg { uint64_t id; - char qname[255]; + char qname[NI_MAXHOST]; int t; int c; int err; -- cgit v1.2.3