=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/passwd.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/passwd/passwd.c 2001/08/19 20:29:23 1.12 +++ src/usr.bin/passwd/passwd.c 2001/11/19 19:02:15 1.13 @@ -1,4 +1,4 @@ -/* $OpenBSD: passwd.c,v 1.12 2001/08/19 20:29:23 millert Exp $ */ +/* $OpenBSD: passwd.c,v 1.13 2001/11/19 19:02:15 mpech Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. @@ -41,7 +41,7 @@ #ifndef lint /*static const char sccsid[] = "from: @(#)passwd.c 5.5 (Berkeley) 7/6/91";*/ -static const char rcsid[] = "$OpenBSD: passwd.c,v 1.12 2001/08/19 20:29:23 millert Exp $"; +static const char rcsid[] = "$OpenBSD: passwd.c,v 1.13 2001/11/19 19:02:15 mpech Exp $"; #endif /* not lint */ #include @@ -80,7 +80,7 @@ char **argv; { extern int optind; - register int ch; + int ch; char *username; int status = 0; #if defined(KERBEROS) || defined(KERBEROS5)