Bugzilla – Attachment 2234 Details for
Bug 2087
endgrent() is not available on Android
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add an empty endgrent in compat library
openssh-endgrent.patch (text/plain), 890 bytes, created by
Darren Tucker
on 2013-04-05 09:44:22 AEDT
(
hide
)
Description:
add an empty endgrent in compat library
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2013-04-05 09:44:22 AEDT
Size:
890 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /var/cvs/openssh/configure.ac,v >retrieving revision 1.519 >diff -u -p -r1.519 configure.ac >--- configure.ac 22 Mar 2013 01:49:15 -0000 1.519 >+++ configure.ac 4 Apr 2013 22:22:52 -0000 >@@ -1525,6 +1525,7 @@ AC_CHECK_FUNCS([ \ > clock \ > closefrom \ > dirfd \ >+ endgrent \ > fchmod \ > fchown \ > freeaddrinfo \ >Index: openbsd-compat/bsd-misc.h >=================================================================== >RCS file: /var/cvs/openssh/openbsd-compat/bsd-misc.h,v >retrieving revision 1.23 >diff -u -p -r1.23 bsd-misc.h >--- openbsd-compat/bsd-misc.h 14 Mar 2013 23:34:27 -0000 1.23 >+++ openbsd-compat/bsd-misc.h 4 Apr 2013 22:22:52 -0000 >@@ -110,4 +110,8 @@ int isblank(int); > pid_t getpgid(pid_t); > #endif > >+#ifndef HAVE_ENDGRENT >+# define endgrent() {} >+#endif >+ > #endif /* _BSD_MISC_H */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 2087
:
2233
| 2234