]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixed compile issues on FreeBSD and Solaris
authorDavid Sommerseth <davids@redhat.com>
Mon, 19 Sep 2011 14:43:04 +0000 (16:43 +0200)
committerDavid Sommerseth <davids@redhat.com>
Wed, 21 Sep 2011 13:04:50 +0000 (15:04 +0200)
commit79a5aa44ca30b0a9c5ba067f099bc1b97d8454e0
tree9aa0e6a0d3f7e1d3b347c2dd5e5871bfe89a22a9
parentc21b73f251f76e84f789484587e7c82735977549
Fixed compile issues on FreeBSD and Solaris

In commit 7fb0e07ec3f7c5f6514523085dbe struct route changed and
this change was not fixed in all places in tun.c, which caused
a compilation error.  A few whitespace fixes is added as well.

OSX needs to be fixed as well, but this will be done in a separate patch.

Tested-by: Eric F Crist <ecrist@secure-computing.net> (FreeBSD)
Acked-by: Gert Doering <gert@greenie.muc.de>
Signed-off-by: David Sommerseth <davids@redhat.com>
tun.c