diff options
Diffstat (limited to 'usr.bin/passwd/passwd.c')
| -rw-r--r-- | usr.bin/passwd/passwd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index ff1e1861a459..5c2dea57746f 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -40,7 +40,7 @@ static char copyright[] =  #ifndef lint  static char sccsid[] = "From: @(#)passwd.c	8.3 (Berkeley) 4/2/94";  static const char rcsid[] = -	"$Id: passwd.c,v 1.6 1995/09/02 04:02:27 wpaul Exp $"; +	"$Id: passwd.c,v 1.3.4.2 1995/10/06 01:58:45 davidg Exp $";  #endif /* not lint */  #include <err.h> | 
