diff options
Diffstat (limited to 'nt/inc/pwd.h')
-rw-r--r-- | nt/inc/pwd.h | 3 |
1 files changed, 3 insertions, 0 deletions
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_ */ |