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)
commit638260865399693c3ced9337ef2664c5ba968a2a
treede3ee81ab9a35d607c2c1e202c90d502482f05e1
parent9bfc228ef5fcd4166897e32fbe82f4cc4e252922
Move Solaris if_fd to local scope.

This variable is never used outside of setup_device(), therefore there is no
reason to declare it in global scope.
src/solaris/device.c