Patches applied to all branches. Just in case. :)
--Jani
On Thu, 5 May 2005, Kamesh Jayachandran wrote:
Hi Jani,
Netware LibC does not have getgroups implemented, it has getlogin
functionality in recent LibC.
As ext/posix/posix.c does not have #ifdef HAVE_GETLOGIN and #ifdef
HAVE_GETGROUPS
Hi Jani,
Netware LibC does not have getgroups implemented, it has getlogin
functionality in recent LibC.
As ext/posix/posix.c does not have #ifdef HAVE_GETLOGIN and #ifdef
HAVE_GETGROUPS check before making use of getlogin and getgroups
functionality, NetWare cross compile fails.
I do ./configure