summaryrefslogtreecommitdiff
path: root/libps/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'libps/user.c')
-rw-r--r--libps/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libps/user.c b/libps/user.c
index b970b89e..2a4f7057 100644
--- a/libps/user.c
+++ b/libps/user.c
@@ -31,7 +31,7 @@
/* Create a ps_user_t for the user referred to by UID, returning it in U.
If a memory allocation error occurs, ENOMEM is returned, otherwise 0. */
error_t
-ps_user_create(int uid, ps_user_t *u)
+ps_user_create(uid_t uid, ps_user_t *u)
{
*u = NEW(struct ps_user);
if (*u == NULL)