From: Andrew Innes Date: Fri, 12 Oct 2001 13:08:48 +0000 (+0000) Subject: (uid_t, gid_t): New typedefs. X-Git-Tag: ttn-vms-21-2-B4~19533 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=536439acca29ee517b2ee69bfcf3b55f4ba0a9df;p=emacs.git (uid_t, gid_t): New typedefs. --- 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_ */