Usermode/libposix - More definitions on the way to dropbear
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / pwd.h
index 66b157f..ae4bf07 100644 (file)
@@ -17,6 +17,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