(uid_t, gid_t): New typedefs.
This commit is contained in:
parent
3365175e97
commit
536439acca
1 changed files with 3 additions and 0 deletions
|
@ -15,4 +15,7 @@ struct passwd {
|
|||
char *pw_shell;
|
||||
};
|
||||
|
||||
typedef int uid_t;
|
||||
typedef uid_t gid_t;
|
||||
|
||||
#endif /* _PWD_H_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue