On Fri, Sep 19, 2008 at 09:03:43AM +0200, Tito wrote: >> One possible thing is - if getgrouplist() is not available >> and if !ENABLE_USE_BB_PWD_GRP, have _another_ getgrouplist() >> implementation in id.c which uses getgrent() to iterate >> over all groups and find which groups this user is in >> (as opposed to one which opens "/etc/groups"). > >A question arises: is there getgrent (and endgrent) in uclibc?
There is always a getgrent_r, getgrent is only available if you didn't toggle non-reentrant functions off (you can do this for those non-reentrant functions that have reentrant counterparts). _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
