The previous unveil feature test assumed that having the
authorflorian <florian@openbsd.org>
Mon, 1 Apr 2024 14:24:30 +0000 (14:24 +0000)
committerflorian <florian@openbsd.org>
Mon, 1 Apr 2024 14:24:30 +0000 (14:24 +0000)
unistd.h header file was enough. The new feature tests also
requires that the required unveil system calls are
supported.

usr.sbin/nsd/Makefile.bsd-wrapper

index bf3c46a..692e28e 100644 (file)
@@ -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 <bsd.own.mk>
 
@@ -65,7 +65,7 @@ clean cleandir:
        rm -f ${CLEANFILES}
 
 tags:
-       # Nothing here so far...
+       # Nothing here so far....
 
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>