summaryrefslogtreecommitdiff
path: root/sfeed_mbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_mbox.c')
-rw-r--r--sfeed_mbox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfeed_mbox.c b/sfeed_mbox.c
index 9d8cd85..3b38200 100644
--- a/sfeed_mbox.c
+++ b/sfeed_mbox.c
@@ -123,10 +123,8 @@ main(int argc, char *argv[])
char *name;
int i;
-#ifdef USE_PLEDGE
if (pledge(argc == 1 ? "stdio" : "stdio rpath", NULL) == -1)
err(1, "pledge");
-#endif
if (!(user = getenv("USER")))
user = "you";