1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00

remove unused variable

ok schwarze@
This commit is contained in:
chl 2016-03-28 11:25:35 +00:00
parent 90f44a0368
commit cf28062479

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ls.c,v 1.45 2016/03/17 05:27:10 bentley Exp $ */
/* $OpenBSD: ls.c,v 1.46 2016/03/28 11:25:35 chl Exp $ */
/* $NetBSD: ls.c,v 1.18 1996/07/09 09:16:29 mycroft Exp $ */
/*
@ -101,7 +101,7 @@ ls_main(int argc, char *argv[])
static char dot[] = ".", *dotav[] = { dot, NULL };
struct winsize win;
int ch, fts_options, notused;
int kflag = 0, width = 0;
int kflag = 0;
char *p;
#ifndef SMALL