Imported from ../bash-2.01.tar.gz.
This commit is contained in:
parent
ccc6cda312
commit
d166f04881
304 changed files with 14702 additions and 13012 deletions
4
shell.h
4
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue