--- On Sun, 8/1/12, Denys Vlasenko <[email protected]> wrote:
<snipped> > > The android system header prototypes it as > > > > "void endpwent(void);" > > > > That seems to suggest that endpwent() exists in > bionic. The same header has > > "setpwent(void);" defined out and removed with a > comment "#if 0 /* MISSING FROM BIONIC */". > > > > So either it is a bug with android's header, or it > needs to be a proper no-op function? > > No-op func would probably work, another solution is to move > defines > after includes of pwd.h and grp.h. I did this. Please test > current git. Better. It works now with 1_12_0-3345-gd45efd3 Cheers, Hin-Tak _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
