projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edee68f
)
small code-style white-space/newline
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 22 Dec 2019 11:53:54 +0000
(12:53 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 22 Dec 2019 11:53:54 +0000
(12:53 +0100)
stagit-index.c
patch
|
blob
|
history
diff --git
a/stagit-index.c
b/stagit-index.c
index 9a1f9029f0ab12726062562280c27856b4503a6b..59a12d68845f96fd230fa2e6c348f414853cf82c 100644
(file)
--- a/
stagit-index.c
+++ b/
stagit-index.c
@@
-162,6
+162,7
@@
main(int argc, char *argv[])
for (i = 1; i < argc; i++)
if (unveil(argv[i], "r") == -1)
err(1, "unveil: %s", argv[i]);
+
if (pledge("stdio rpath", NULL) == -1)
err(1, "pledge");
#endif