diff options
Diffstat (limited to 'libps/ps.h')
-rw-r--r-- | libps/ps.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ struct ps_user uid_t uid; /* The status */ - enum ps_user_passwd_state passwd_state; + enum ps_user_passwd_state passwd_state; /* The user's password file entry. Only valid if PASSWD_STATE == PS_USER_PASSWD_OK. */ |