diff options
Diffstat (limited to 'utils/ps.c')
-rw-r--r-- | utils/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -328,7 +328,7 @@ current_lid() } /* Returns the UID for the user called NAME. */ -static uid_t +static int lookup_user(char *name) { struct passwd *pw = getpwnam(name); |