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
+1 -1
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 */