true(1): fixes pledge(2) invocation
This commit is contained in:
parent
8f1e570b50
commit
579bb98874
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
#ifdef __OpenBSD__
|
#ifdef __OpenBSD__
|
||||||
(void)pledge(NULL, NULL);
|
(void)pledge("stdio", "");
|
||||||
(void)unveil(NULL, NULL);
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user