Usermode - POSIX and C conformance changes
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / pwd.h
index 66b157f..9d2e299 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef _LIBPOSIX__PWD_H_
 #define _LIBPOSIX__PWD_H_
 
+#include <stddef.h>    // size_t
 #include <sys/types.h> // gid_t/uid_t
 
 struct passwd
@@ -17,6 +18,7 @@ struct passwd
        gid_t   pw_gid;
        char    *pw_dir;
        char    *pw_shell;
+       char    *pw_passwd;
 };
 
 extern struct passwd   *getpwnam(const char *);

UCC git Repository :: git.ucc.asn.au