=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/main.c,v retrieving revision 1.140 retrieving revision 1.141 diff -c -r1.140 -r1.141 *** src/usr.bin/ftp/main.c 2023/11/22 02:16:20 1.140 --- src/usr.bin/ftp/main.c 2023/11/22 02:20:54 1.141 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.140 2023/11/22 02:16:20 kn Exp $ */ /* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */ /* --- 1,4 ---- ! /* $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,624 **** if (pipeout) { #ifndef SMALL if (!resume) { ! if (pledge("stdio rpath dns tty inet proc exec fattr", NULL) == -1) err(1, "pledge"); } else --- 618,624 ---- if (pipeout) { #ifndef SMALL if (!resume) { ! if (pledge("stdio rpath dns tty inet fattr", NULL) == -1) err(1, "pledge"); } else