[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#648987: syslog-ng: FTBFS on hurd-i386



Alle mercoledì 16 novembre 2011, Svante Signell ha scritto:
> The attached patch fixes the FTBFS problems of syslog-ng on GNU/Hurd.
> Since IOV_MAX is not defined on Hurd its usage is made conditional.

> [...]

> +#ifndef __GNU__
>    if (flush_lines > IOV_MAX)
>      /* limit the flush_lines according to the current platform */
>      flush_lines = IOV_MAX;
> +#endif

conditional yes, but on the IOV_MAX definition, not on a per-OS check.

-- 
Pino Toscano

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: