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

Diff for /src/usr.bin/tcfs/Attic/tcfspwdb.h between version 1.1 and 1.2

version 1.1, 2000/06/18 22:07:24 version 1.2, 2000/06/19 03:23:04
Line 26 
Line 26 
   
 typedef struct tcfspwdb_r  typedef struct tcfspwdb_r
 {  {
         char user[UserLen];          char user[LOGIN_NAME_MAX];
         char upw[PassLen];          char upw[UUKEYSIZE + 1];
 } tcfspwdb;  } tcfspwdb;
   
 typedef struct tcfsgpwdb_r  typedef struct tcfsgpwdb_r
 {  {
         char user[UserLen];          char user[LOGIN_NAME_MAX];
         char gkey[PassLen];          char gkey[UUGKEYSIZE + 1];
         gid_t gid;          gid_t gid;
         int n;          int n;
         int soglia;          int soglia;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2