artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f558d28
)
The previous unveil feature test assumed that having the
author
florian
<florian@openbsd.org>
Mon, 1 Apr 2024 14:24:30 +0000
(14:24 +0000)
committer
florian
<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
patch
|
blob
|
history
diff --git
a/usr.sbin/nsd/Makefile.bsd-wrapper
b/usr.sbin/nsd/Makefile.bsd-wrapper
index
bf3c46a
..
692e28e
100644
(file)
--- a/
usr.sbin/nsd/Makefile.bsd-wrapper
+++ b/
usr.sbin/nsd/Makefile.bsd-wrapper
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.2
0 2023/06/29 19:38:49
florian Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.2
1 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>