Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/passwd.c')
-rw-r--r--winsup/utils/passwd.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/winsup/utils/passwd.c b/winsup/utils/passwd.c
index 210f283c9..cd2ca47bd 100644
--- a/winsup/utils/passwd.c
+++ b/winsup/utils/passwd.c
@@ -1,6 +1,6 @@
/* passwd.c: Changing passwords and managing account information
- Copyright 1999, 2000, 2001, 2002, 2003, 2008, 2009, 2011, 2012 Red Hat, Inc.
+ Copyright 1999, 2000, 2001, 2002, 2003, 2008, 2009, 2011 Red Hat, Inc.
Written by Corinna Vinschen <corinna.vinschen@cityweb.de>
@@ -57,7 +57,7 @@ static struct option longopts[] =
{NULL, 0, NULL, 0}
};
-static char opts[] = "cCd:eEhi:ln:pPuvVx:L:SR";
+static char opts[] = "cCd:eEhi:ln:pPuVx:L:SR";
int
eprint (int with_name, const char *fmt, ...)
@@ -482,8 +482,6 @@ main (int argc, char **argv)
break;
case 'V':
- case 'v': /* Keep this option for historrical reasons,
- but don't advertize it. */
print_version ();
exit (0);
break;