From 536439acca29ee517b2ee69bfcf3b55f4ba0a9df Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Fri, 12 Oct 2001 13:08:48 +0000 Subject: [PATCH] (uid_t, gid_t): New typedefs. --- nt/inc/pwd.h | 3 +++ 1 file changed, 3 insertions(+) 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_ */ -- 2.39.2