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

Diff for /src/usr.bin/tcfs/Attic/tcfsputkey.c between version 1.4 and 1.5

version 1.4, 2000/06/19 20:06:19 version 1.5, 2000/06/19 20:25:31
Line 34 
Line 34 
 int  int
 putkey_main(int argc, char *argv[])  putkey_main(int argc, char *argv[])
 {  {
         u_char *user,*password,*tcfskey;          char *user,*password,*tcfskey;
         uid_t uid;          uid_t uid;
         gid_t gid;          gid_t gid;
         int es, treshold;          int es, treshold;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5