pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e78b4a9
)
pledge: add rpath promise for the ugly Xft font fallback
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sat, 2 Jun 2018 15:15:42 +0000
(17:15 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sat, 2 Jun 2018 15:15:42 +0000
(17:15 +0200)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
09feae3
..
4465af1
100644
(file)
--- 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();