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