14 lines
338 B
Text
14 lines
338 B
Text
https://marc.info/?l=openbsd-ports&m=156762440931634&w=2
|
|
|
|
Index: src/main.c
|
|
--- src/main.c.orig
|
|
+++ src/main.c
|
|
@@ -1125,7 +1125,7 @@ int main(int argc, char *argv[]) {
|
|
}
|
|
}
|
|
|
|
-#if defined(__OpenBSD__)
|
|
+#if 0
|
|
if (pledge("stdio rpath wpath cpath proc exec unix", NULL) == -1)
|
|
err(EXIT_FAILURE, "pledge");
|
|
#endif
|