summaryrefslogtreecommitdiff
path: root/nt/inc
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2001-10-12 13:08:48 +0000
committerAndrew Innes <andrewi@gnu.org>2001-10-12 13:08:48 +0000
commit536439acca29ee517b2ee69bfcf3b55f4ba0a9df (patch)
treeef9e73539cc336ff5a2926aaa2002184a8ebd1e3 /nt/inc
parent3365175e97efd1e1811364d44c306b6d2e5344ad (diff)
downloademacs-536439acca29ee517b2ee69bfcf3b55f4ba0a9df.tar.gz
(uid_t, gid_t): New typedefs.
Diffstat (limited to 'nt/inc')
-rw-r--r--nt/inc/pwd.h3
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_ */