aboutsummaryrefslogtreecommitdiffstats
path: root/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell.h')
-rw-r--r--shell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.h b/shell.h
index 0b1623e..681c64d 100644
--- a/shell.h
+++ b/shell.h
@@ -116,8 +116,8 @@ struct fd_bitmap {
/* Information about the current user. */
struct user_info {
- int uid, euid;
- int gid, egid;
+ uid_t uid, euid;
+ gid_t gid, egid;
char *user_name;
char *shell; /* shell from the password file */
char *home_dir;