changeset 39823:6df655ed941d

(uid_t, gid_t): New typedefs.
author Andrew Innes <andrewi@gnu.org>
date Fri, 12 Oct 2001 13:08:48 +0000
parents 0c3ebbbc4922
children 2bc11d598690
files nt/inc/pwd.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nt/inc/pwd.h	Fri Oct 12 10:05:27 2001 +0000
+++ b/nt/inc/pwd.h	Fri Oct 12 13:08:48 2001 +0000
@@ -15,4 +15,7 @@
     char *pw_shell;
 };
 
+typedef int uid_t;
+typedef uid_t gid_t;
+
 #endif /* _PWD_H_ */