Re: [PATCH v2] compat: fixes for header handling with OpenBSD / NetBSD

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

 



Brad Smith <brad@xxxxxxxxxxxx> writes:

> Handle OpenBSD and NetBSD as FreeBSD / DragonFly are. OpenBSD would
> need _XOPEN_SOURCE to be set to 700. Its simpler to just not set
> _XOPEN_SOURCE.
>
>     CC strbuf.o
> strbuf.c:645:6: warning: call to undeclared function 'getdelim'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
>         r = getdelim(&sb->buf, &sb->alloc, term, fp);
>             ^
> 1 warning generated.
>
> Signed-off-by: Brad Smith <brad@xxxxxxxxxxxx>
> ---
>  compat/posix.h | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

Thanks!

Reviewed-by: Collin Funk <collin.funk1@xxxxxxxxx>

Collin




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux