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

Diff for /src/usr.bin/chpass/chpass.c between version 1.36 and 1.37

version 1.36, 2008/07/08 21:30:15 version 1.37, 2009/10/27 23:59:36
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1988, 1993, 1994\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)chpass.c    8.4 (Berkeley) 4/2/94";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/resource.h>  #include <sys/resource.h>
 #include <sys/stat.h>  #include <sys/stat.h>

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37