diff --git a/st.c b/st.c index 54f58af..91ab57f 100644 --- a/st.c +++ b/st.c @@ -1089,7 +1089,7 @@ ttynew(const char *line, char *cmd, const char *out, char **args) break; default: #ifdef __OpenBSD__ - #if RIGHTCLICKTOPLUMB_PATCH + #if RIGHTCLICKTOPLUMB_PATCH || OPENCOPIED_PATCH if (pledge("stdio rpath tty proc ps exec", NULL) == -1) #else if (pledge("stdio rpath tty proc", NULL) == -1)