This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-portable
mirror of
https://github.com/Fincer/openntpd-portable
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
disable unveil
OPENBSD_6_5
Brent Cook
6 years ago
parent
c551d18d1f
commit
90a4fa1607
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
include/unistd.h
+ 2
- 0
include/unistd.h
View File
@ -10,6 +10,8 @@
#
define pledge(request, paths) 0
#
define unveil(path, permissions) 0
#
ifndef HAVE_GETENTROPY
int
getentropy
(
void
*
buf
,
size_t
buflen
)
;
#
endif
Write
Preview
Loading…
Cancel
Save