about summary refs log tree commit diff
path: root/src/usr.bin/lndir/lndir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/lndir/lndir.c')
-rw-r--r--src/usr.bin/lndir/lndir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/lndir/lndir.c b/src/usr.bin/lndir/lndir.c
index e1828db..15ee0b9 100644
--- a/src/usr.bin/lndir/lndir.c
+++ b/src/usr.bin/lndir/lndir.c
@@ -1,4 +1,4 @@
-/*	$OpenBSD: lndir.c,v 1.23 2019/06/28 13:35:01 deraadt Exp $	*/
+/*	$OpenBSD: lndir.c,v 1.24 2020/03/06 15:17:05 mestre Exp $	*/
 /* $XConsortium: lndir.c /main/15 1995/08/30 10:56:18 gildea $ */
 
 /*
@@ -85,7 +85,7 @@ main(int argc, char *argv[])
 	struct stat fs, ts;
 	char *fn, *tn;
 
-	if (pledge("stdio rpath wpath cpath", NULL) == -1)
+	if (pledge("stdio rpath cpath", NULL) == -1)
 		err(1, "pledge");
 
 	while (++argv, --argc) {