Introduction
Introduction Statistics Contact Development Disclaimer Help
pledge: add rpath promise for the ugly Xft font fallback - dwm - dynamic window…
git clone git://git.suckless.org/dwm
Log
Files
Refs
README
LICENSE
---
commit b69c870a3076d78ab595ed1cd4b41cf6b03b2610
parent e78b4a9207d92956cee3e5bc3f70b5acabe72e5c
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 2 Jun 2018 17:15:42 +0200
pledge: add rpath promise for the ugly Xft font fallback
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
@@ -2138,7 +2138,7 @@ main(int argc, char *argv[])
checkotherwm();
setup();
#ifdef __OpenBSD__
- if (pledge("stdio proc exec", NULL) == -1)
+ if (pledge("stdio rpath proc exec", NULL) == -1)
die("pledge");
#endif /* __OpenBSD__ */
scan();
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.