1: /*
   2:  * structure of password file map, each element should have a one-one
   3:  * correspondance
   4:  */
   5: 
   6: struct pwtable {
   7:     unsigned pwt_uid;   /* user id */
   8:     char    pwt_name[8];    /* user name */
   9:     off_t   pwt_loc;    /* location in password file */
  10: };
Last modified: 1982-10-02
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 543
Valid CSS Valid XHTML 1.0 Strict