(uid_t, gid_t): New typedefs.

This commit is contained in:
Andrew Innes 2001-10-12 13:08:48 +00:00
parent 3365175e97
commit 536439acca

View file

@ -15,4 +15,7 @@ struct passwd {
char *pw_shell;
};
typedef int uid_t;
typedef uid_t gid_t;
#endif /* _PWD_H_ */