From: Roy Marples Date: Wed, 16 Oct 2019 14:19:58 +0000 (+0100) Subject: FreeBSD: Fix test for setproctitle X-Git-Tag: v8.1.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70d2685dc5784e92bd2621fe2bcc1bc65589ac18;p=thirdparty%2Fdhcpcd.git FreeBSD: Fix test for setproctitle --- diff --git a/configure b/configure index f1771283..3a578fff 100755 --- a/configure +++ b/configure @@ -805,6 +805,7 @@ if [ -z "$SETPROCTITLE" ]; then printf "Testing for setproctitle ... " cat << EOF >_setproctitle.c #include +#include int main(void) { setproctitle("foo"); return 0;