Displaying 1 result from an estimated 1 matches for "have_pw_gecos_in_passwd".
2013 Apr 04
9
[Bug 2086] New: passwd struct does not have pw_gecos member on Android
...us: NEW
Severity: minor
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: nathan.osman at gmail.com
Created attachment 2232
--> https://bugzilla.mindrot.org/attachment.cgi?id=2232&action=edit
adds definition for HAVE_PW_GECOS_IN_PASSWD where appropriate
The passwd struct in Android does not have a pw_gecos member, causing
the following error message when cross-compiling:
auth.c:724:30: error: 'struct passwd' has no member named 'pw_gecos'
The attached patch adds a check for this member in the configure.ac
fil...