patches for FTBFS on GNU/kFreeBSD

Robert Millan rmh at aybabtu.com
Tue Oct 25 18:51:24 UTC 2005


On Tue, Oct 25, 2005 at 06:11:58PM +0200, Petr Salinger wrote:
> Hi.
> 
> I prepared another patches for GNU/kFreeBSD.       
> They are submitted in BTS within
> Bug#335686: cegui-mk2: FTBFS on GNU/kFreeBSD

Thanks!  I just added this one.

> Bug#335721: lam: FTBFS on GNU/kFreeBSD                   
> -     err = aio_suspend((const aiocb_t **) &((*request)->handle), 1, 0);
> +     err = aio_suspend((const struct aiocb **) &((*request)->handle), 1, 0);

This suggests we're missing something in our system headers.  Why did you need
to replace aiocb_t with "struct aiocb"?

-- 
Robert Millan



More information about the Glibc-bsd-devel mailing list