Re: [hackers] [ii] use pledge by default if compiled on openbsc and provide errno string || Nico Golde

2016-09-06 Thread Ali H. Fardan
eprint() is not declared in ii, be careful. Raiz diff --git a/ii.c b/ii.c index a32326d..51318aa 100644 --- a/ii.c +++ b/ii.c @@ -493,7 +493,7 @@ int main(int argc, char *argv[]) { #ifdef __OpenBSD__ /* OpenBSD pledge(2) support */ if (pledge("stdio rpath wpath

[hackers] [ii] use pledge by default if compiled on openbsc and provide errno string || Nico Golde

2016-09-06 Thread git
commit 584290f2642eeacbe1b24e7174e49139d6787252 Author: Nico Golde AuthorDate: Tue Sep 6 19:58:28 2016 +0200 Commit: Nico Golde CommitDate: Tue Sep 6 19:58:28 2016 +0200 use pledge by default if compiled on openbsc and provide errno string diff --git