[BACK]Return to passwd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / passwd

Diff for /src/usr.bin/passwd/passwd.c between version 1.24 and 1.25

version 1.24, 2007/09/08 18:42:36 version 1.25, 2009/10/27 23:59:41
Line 29 
Line 29 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 char copyright[] =  
 "@(#) Copyright (c) 1988 The Regents of the University of California.\n\  
  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 /*static const char sccsid[] = "from: @(#)passwd.c      5.5 (Berkeley) 7/6/91";*/  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25