diff options
author | Andrew Innes <andrewi@gnu.org> | 2001-10-12 13:08:48 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2001-10-12 13:08:48 +0000 |
commit | 536439acca29ee517b2ee69bfcf3b55f4ba0a9df (patch) | |
tree | ef9e73539cc336ff5a2926aaa2002184a8ebd1e3 /nt/inc | |
parent | 3365175e97efd1e1811364d44c306b6d2e5344ad (diff) | |
download | emacs-536439acca29ee517b2ee69bfcf3b55f4ba0a9df.tar.gz |
(uid_t, gid_t): New typedefs.
Diffstat (limited to 'nt/inc')
-rw-r--r-- | nt/inc/pwd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/inc/pwd.h b/nt/inc/pwd.h index 6202ccd1e75..ba3d32e70f7 100644 --- a/nt/inc/pwd.h +++ b/nt/inc/pwd.h @@ -15,4 +15,7 @@ struct passwd { char *pw_shell; }; +typedef int uid_t; +typedef uid_t gid_t; + #endif /* _PWD_H_ */ |