[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.10 and 1.11

version 1.10, 2001/06/26 20:16:43 version 1.11, 2001/07/07 00:10:49
Line 40 
Line 40 
 #endif /* not lint */  #endif /* not lint */
   
 #ifndef lint  #ifndef lint
 /*static char sccsid[] = "from: @(#)passwd.c    5.5 (Berkeley) 7/6/91";*/  /*static const char sccsid[] = "from: @(#)passwd.c      5.5 (Berkeley) 7/6/91";*/
 static char rcsid[] = "$OpenBSD$";  static const char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <stdio.h>  #include <stdio.h>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11