This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
pledge: add rpath promise for the ugly Xft font fallback
master
Hiltjo Posthuma
7 years ago
parent
e78b4a9207
commit
b69c870a30
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -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
(
)
;
Write
Preview
Loading…
Cancel
Save