From af3191710e3f8f34945cc6dab845e0c4f6a98611 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 7 Jul 1995 02:52:26 +0000 Subject: (lookup_user): Declare return to be `int' to avoid type clash in use as 4th parameter to parse_numlist. --- utils/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/ps.c') diff --git a/utils/ps.c b/utils/ps.c index 4e2c0bd3..66eb6265 100644 --- a/utils/ps.c +++ b/utils/ps.c @@ -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); -- cgit v1.2.3