calmwm.c: Remove pledge() call

This commit is contained in:
cælōrum spectātrīx 2026-01-18 19:21:38 +01:00
parent a32eb91c6c
commit 24acf99fe3

View file

@ -110,8 +110,8 @@ main(int argc, char **argv)
xfd = x_init(display_name); xfd = x_init(display_name);
cwm_status = CWM_RUNNING; cwm_status = CWM_RUNNING;
if (pledge("stdio rpath proc exec", NULL) == -1) /* if (pledge("stdio rpath proc exec", NULL) == -1) */
err(1, "pledge"); /* err(1, "pledge"); */
memset(&pfd, 0, sizeof(pfd)); memset(&pfd, 0, sizeof(pfd));
pfd[0].fd = xfd; pfd[0].fd = xfd;