aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2001-10-12 13:08:48 +0000
committerAndrew Innes <[email protected]>2001-10-12 13:08:48 +0000
commit536439acca29ee517b2ee69bfcf3b55f4ba0a9df (patch)
treeef9e73539cc336ff5a2926aaa2002184a8ebd1e3 /nt
parent3365175e97efd1e1811364d44c306b6d2e5344ad (diff)
(uid_t, gid_t): New typedefs.
Diffstat (limited to 'nt')
-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 6202ccd1e7..ba3d32e70f 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_ */