On Thu, Sep 25, 2008 at 11:24 AM, Denys Vlasenko
<[EMAIL PROTECTED]> wrote:
> On Thu, Sep 25, 2008 at 2:41 AM,  <[EMAIL PROTECTED]> wrote:
>> Author: vapier
>> Date: 2008-09-24 17:41:49 -0700 (Wed, 24 Sep 2008)
>> New Revision: 23475
>>
>> Log:
>> we dont provide setgroups() replacement, so dont provide the prototype 
>> either ... especially since it conflicts on some systems (like Darwin)
>
> This broke uclibc build.

With attached .config:

  CC      libpwdgrp/pwd_grp.o
cc1: warnings being treated as errors
libpwdgrp/pwd_grp.c: In function 'bb_internal_initgroups':
libpwdgrp/pwd_grp.c:665: error: implicit declaration of function 'setgroups'
make[1]: *** [libpwdgrp/pwd_grp.o] Error 1
make: *** [libpwdgrp] Error 2

Maybe frame setgroups decl in #ifdef DARWIN thingy?
--
vda

Attachment: .config
Description: Binary data

_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to