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