Skip to content

Commit 96260a9

Browse files
committed
Unpledge
1 parent 55bd493 commit 96260a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scr.c

-5
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ main(int argc, char *argv[]) {
101101
}
102102
}
103103

104-
#ifdef __OpenBSD__
105-
if (pledge("stdio", NULL) == -1)
106-
err(1, "pledge");
107-
#endif
108-
109104
const char ln[16][3] = {
110105
" 0 ",
111106
" 1 ",

0 commit comments

Comments
 (0)