From: florian Date: Mon, 1 Apr 2024 14:24:30 +0000 (+0000) Subject: The previous unveil feature test assumed that having the X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=df93a8d078eecb565de7d96c9746fde56ab1e786;p=openbsd The previous unveil feature test assumed that having the unistd.h header file was enough. The new feature tests also requires that the required unveil system calls are supported. --- diff --git a/usr.sbin/nsd/Makefile.bsd-wrapper b/usr.sbin/nsd/Makefile.bsd-wrapper index bf3c46a875a..692e28ecdba 100644 --- a/usr.sbin/nsd/Makefile.bsd-wrapper +++ b/usr.sbin/nsd/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.20 2023/06/29 19:38:49 florian Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.21 2024/04/01 14:24:30 florian Exp $ .include @@ -65,7 +65,7 @@ clean cleandir: rm -f ${CLEANFILES} tags: - # Nothing here so far... + # Nothing here so far.... .include .include