]> code.delx.au - gnu-emacs/commitdiff
(uid_t, gid_t): New typedefs.
authorAndrew Innes <andrewi@gnu.org>
Fri, 12 Oct 2001 13:08:48 +0000 (13:08 +0000)
committerAndrew Innes <andrewi@gnu.org>
Fri, 12 Oct 2001 13:08:48 +0000 (13:08 +0000)
nt/inc/pwd.h

index 6202ccd1e750781b65addf28e903ade26e1d335d..ba3d32e70f715065ccf5481b28fdcf9aef009245 100644 (file)
@@ -15,4 +15,7 @@ struct passwd {
     char *pw_shell;
 };
 
+typedef int uid_t;
+typedef uid_t gid_t;
+
 #endif /* _PWD_H_ */