summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/ftp/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c
index 2a62fbaa896..75d184e4115 100644
--- a/usr.bin/ftp/main.c
+++ b/usr.bin/ftp/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.140 2023/11/22 02:16:20 kn Exp $ */
+/* $OpenBSD: main.c,v 1.141 2023/11/22 02:20:54 kn Exp $ */
/* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */
/*
@@ -618,7 +618,7 @@ main(volatile int argc, char *argv[])
if (pipeout) {
#ifndef SMALL
if (!resume) {
- if (pledge("stdio rpath dns tty inet proc exec fattr",
+ if (pledge("stdio rpath dns tty inet fattr",
NULL) == -1)
err(1, "pledge");
} else