While I'm in here, remove an unused variable.

Submitted by:	Nathan Ahlstrom <nrahlstr@winternet.com>
This commit is contained in:
Sheldon Hearn 2000-03-30 09:23:28 +00:00
parent 260efb1efd
commit 209e048477
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58828

View File

@ -140,7 +140,7 @@ decode2(flag)
{
struct passwd *pw;
register int n;
register char ch, first, *p;
register char ch, *p;
int ignore, mode, n1;
char buf[MAXPATHLEN];
char buffn[MAXPATHLEN]; /* file name buffer */