https://bugzilla.mindrot.org/show_bug.cgi?id=2087

            Bug ID: 2087
           Summary: endgrent() is not available on Android
    Classification: Unclassified
           Product: Portable OpenSSH
           Version: 6.2p1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: ssh
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 2233
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2233&action=edit
wraps call to endgrent with HAVE_ENDGRENT and checks for function in
configure.ac

Android does not provide the endgrent() function, leading to the
following compilation error:

  session.c:1502:20: warning: implicit declaration of function
'endgrent'

The attached patch adds endgrent to the list of functions that
configure.ac checks for and wraps the call to endgrent() in session.c
with a #ifdef / #endif.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to