[BACK]Return to pwd.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/pwd.h between version 1.19 and 1.20

version 1.19, 2008/06/24 14:31:59 version 1.20, 2008/06/25 14:51:27
Line 65 
Line 65 
 #define _PASSWORD_LEN           128     /* max length, not counting NUL */  #define _PASSWORD_LEN           128     /* max length, not counting NUL */
 #define _PW_NAME_LEN            31      /* max length, not counting NUL */  #define _PW_NAME_LEN            31      /* max length, not counting NUL */
                                         /* Should be MAXLOGNAME - 1 */                                          /* Should be MAXLOGNAME - 1 */
   #define _PW_BUF_LEN             1024    /* length of getpw*_r buffer */
   
 #define _PASSWORD_NOUID         0x01    /* flag for no specified uid. */  #define _PASSWORD_NOUID         0x01    /* flag for no specified uid. */
 #define _PASSWORD_NOGID         0x02    /* flag for no specified gid. */  #define _PASSWORD_NOGID         0x02    /* flag for no specified gid. */

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20