=================================================================== RCS file: /cvs2/dgamelaunch-openbsd/dgamelaunch.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- dgamelaunch-openbsd/dgamelaunch.c 2021/03/25 21:01:26 1.5 +++ dgamelaunch-openbsd/dgamelaunch.c 2021/03/25 21:15:22 1.6 @@ -2886,7 +2886,7 @@ main (int argc, char** argv) graceful_exit (6); } -#ifdef __OpenBSD__ +#if defined(__OpenBSD__) if ( pledge("stdio rpath wpath cpath fattr flock " "tty proc exec ps", NULL )==-1 ) {