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