[BACK]Return to auth-krb4.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/auth-krb4.c between version 1.12 and 1.13

version 1.12, 2000/03/16 20:56:14 version 1.13, 2000/03/21 23:11:10
Line 139 
Line 139 
 krb4_init(uid_t uid)  krb4_init(uid_t uid)
 {  {
         static int cleanup_registered = 0;          static int cleanup_registered = 0;
         char *tkt_root = TKT_ROOT;          const char *tkt_root = TKT_ROOT;
         struct stat st;          struct stat st;
         int fd;          int fd;
   

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