summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormoritz <moritz@openbsd.org>2006-04-17 09:34:16 +0000
committermoritz <moritz@openbsd.org>2006-04-17 09:34:16 +0000
commit91482cc22fdce0549ad421fc67b1c251eaed922c (patch)
tree049a116c6a00c8a97cae11fe8a8244f87710b5cd
parentsetjmp.h not used (diff)
downloadwireguard-openbsd-91482cc22fdce0549ad421fc67b1c251eaed922c.tar.xz
wireguard-openbsd-91482cc22fdce0549ad421fc67b1c251eaed922c.zip
Remove "l:" from getopt(3) string, since the option was
removed long ago. From Steffen Wendzel. ok pedro@
-rw-r--r--sbin/fsck_ffs/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c
index 499f212c846..327c0c6e20e 100644
--- a/sbin/fsck_ffs/main.c
+++ b/sbin/fsck_ffs/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.26 2005/02/03 05:03:50 jaredy Exp $ */
+/* $OpenBSD: main.c,v 1.27 2006/04/17 09:34:16 moritz Exp $ */
/* $NetBSD: main.c,v 1.22 1996/10/11 20:15:48 thorpej Exp $ */
/*
@@ -40,7 +40,7 @@ static const char copyright[] =
#if 0
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/23/94";
#else
-static const char rcsid[] = "$OpenBSD: main.c,v 1.26 2005/02/03 05:03:50 jaredy Exp $";
+static const char rcsid[] = "$OpenBSD: main.c,v 1.27 2006/04/17 09:34:16 moritz Exp $";
#endif
#endif /* not lint */
@@ -77,7 +77,7 @@ main(int argc, char *argv[])
sync();
skipclean = 1;
- while ((ch = getopt(argc, argv, "dfpnNyYb:c:l:m:")) != -1) {
+ while ((ch = getopt(argc, argv, "dfpnNyYb:c:m:")) != -1) {
switch (ch) {
case 'p':
preen++;