[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.11 and 1.12

version 1.11, 2001/07/07 00:10:49 version 1.12, 2001/08/19 20:29:23
Line 47 
Line 47 
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   #include <err.h>
 #ifdef KERBEROS  #ifdef KERBEROS
 #include <kerberosIV/krb.h>  #include <kerberosIV/krb.h>
 #endif  #endif

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