summaryrefslogtreecommitdiff
path: root/shell.h
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>1997-06-05 14:59:13 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:50 +0000
commitd166f048818e10cf3799aa24a174fb22835f1acc (patch)
tree1ca27f9243900f8b236d0cde6a3862002aea9e19 /shell.h
parentccc6cda312fea9f0468ee65b8f368e9653e1380b (diff)
downloadbash-d166f048818e10cf3799aa24a174fb22835f1acc.tar.gz
Imported from ../bash-2.01.tar.gz.
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 0b1623e5..681c64dc 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;