summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-11-30 00:57:25 +0000
committerderaadt <deraadt@openbsd.org>2005-11-30 00:57:25 +0000
commit7cc1b54ae02fe182c6350a1a8861a04aa92bf6b1 (patch)
tree8a84f1a6d33c03fca0e1ac785350967f8eac7d0f
parentthis has the .Nd from axe.4 in it (diff)
downloadwireguard-openbsd-7cc1b54ae02fe182c6350a1a8861a04aa92bf6b1.tar.xz
wireguard-openbsd-7cc1b54ae02fe182c6350a1a8861a04aa92bf6b1.zip
another unused variable found by lint
-rw-r--r--bin/ls/ls.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c
index 2cf5a555999..75a61e1d8b0 100644
--- a/bin/ls/ls.c
+++ b/bin/ls/ls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ls.c,v 1.26 2005/11/29 20:33:01 otto Exp $ */
+/* $OpenBSD: ls.c,v 1.27 2005/11/30 00:57:25 deraadt Exp $ */
/* $NetBSD: ls.c,v 1.18 1996/07/09 09:16:29 mycroft Exp $ */
/*
@@ -43,7 +43,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)ls.c 8.7 (Berkeley) 8/5/94";
#else
-static char rcsid[] = "$OpenBSD: ls.c,v 1.26 2005/11/29 20:33:01 otto Exp $";
+static char rcsid[] = "$OpenBSD: ls.c,v 1.27 2005/11/30 00:57:25 deraadt Exp $";
#endif
#endif /* not lint */
@@ -101,7 +101,6 @@ int f_singlecol; /* use single column output */
int f_size; /* list size in short listing */
int f_statustime; /* use time of last mode change */
int f_stream; /* stream format */
-int f_dirname; /* if precede with directory name */
int f_type; /* add type character for non-regular files */
int f_typedir; /* add type character for directories */