Hi Joerg,

Actually, the correct solution is to put what we need in util.h, so
that the source remains valid on OpenBSD.

This issue has been fixed by this pull request:
https://github.com/OpenSMTPD/OpenSMTPD-extras/pull/20

Jason

On Fri, May 29, 2015 at 10:12 AM, Joerg Jung <m...@umaxx.net> wrote:
>
>> Am 28.05.2015 um 13:12 schrieb Jason A. Donenfeld <ja...@zx2c4.com>:
>>
>> Looks like another openbsd-compat issue:
>>
>> x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../..
>> -I../../../../api -I../../../../openbsd-compat
>> -I../../../../contrib/lib/libc/asr -I/usr/include   -DNO_IO
>> -DBUILD_FILTER -c -o
>> ../../../../extras/wip/filters/filter-regex/filter_regex.o
>> ../../../../extras/wip/filters/filter-regex/filter_regex.c
>> ../../../../extras/wip/filters/filter-regex/filter_regex.c:33:18:
>> fatal error: util.h: No such file or directory
>> #include <util.h>
>>                  ^
>
> Yes, <util.h> is OpenBSD specific and was added for fparseln() -- before
> the merge of the portable branch.
> I think the include line can be removed, as fparseln() is handled within the
> openbsd-compat layer now.
>
> Regards,
> Joerg

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to