Move Solaris if_fd to local scope.
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 22 Jun 2014 08:54:45 +0000 (09:54 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 22 Jun 2014 12:01:01 +0000 (14:01 +0200)
This variable is never used outside of setup_device(), therefore there is no
reason to declare it in global scope.


No differences found