diff options
Diffstat (limited to 'usr/src/lib/libcmd/common/pathchk.c')
-rw-r--r-- | usr/src/lib/libcmd/common/pathchk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libcmd/common/pathchk.c b/usr/src/lib/libcmd/common/pathchk.c index ef27bd2788..6fafac4feb 100644 --- a/usr/src/lib/libcmd/common/pathchk.c +++ b/usr/src/lib/libcmd/common/pathchk.c @@ -1,7 +1,7 @@ /*********************************************************************** * * * This software is part of the ast package * -* Copyright (c) 1992-2009 AT&T Intellectual Property * +* Copyright (c) 1992-2010 AT&T Intellectual Property * * and is licensed under the * * Common Public License, Version 1.0 * * by AT&T Intellectual Property * @@ -230,7 +230,6 @@ static int pathchk(char* path, int mode) int b_pathchk(int argc, char** argv, void* context) { - register int n; register int mode = 0; register char* s; |