This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
pledge: add rpath promise for the ugly Xft font fallback
main
Hiltjo Posthuma
6 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