projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
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 09feae368cec6e4838c4a65cc4837cf61694d0ad..4465af1bf37d03ff16ae0726c55421ebc9ec75a9 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();