]> git.ipfire.org Git - thirdparty/openvpn.git/commit
build: Fix another compile warning in console_systemd.c
authorDavid Sommerseth <davids@openvpn.net>
Mon, 8 Oct 2018 18:00:17 +0000 (21:00 +0300)
committerGert Doering <gert@greenie.muc.de>
Mon, 8 Oct 2018 18:13:48 +0000 (20:13 +0200)
commit02b392a2ca1e94b0d87c8f643ee887f1b34558ed
tree79f7224a0e443ed4833f984f4ad3add27c052647
parent674b16640a19569c35045f18021e25df5e85dc1d
build: Fix another compile warning in console_systemd.c

console_systemd.c: In function ?get_console_input_systemd?:
console_systemd.c:75:5: warning: implicit declaration of function
?openvpn_popen? [-Wimplicit-function-declaration]
     if ((std_out = openvpn_popen(&argv, NULL)) < 0)

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20181008180017.31413-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17660.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/console_systemd.c