From: Ivo Timmermans Date: Thu, 16 Nov 2000 22:11:40 +0000 (+0000) Subject: Delete struct ifr X-Git-Tag: release-1.0pre4~170 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=485f7a5043a4b3345bd02e5063502603550b4c76 Delete struct ifr --- diff --git a/src/net.c b/src/net.c index 7d81176a..8d92cc10 100644 --- a/src/net.c +++ b/src/net.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.c,v 1.35.4.75 2000/11/16 17:54:27 zarq Exp $ + $Id: net.c,v 1.35.4.76 2000/11/16 22:11:40 zarq Exp $ */ #include "config.h" @@ -384,7 +384,6 @@ int setup_tap_fd(void) int nfd; const char *tapfname; config_t const *cfg; - struct ifreq ifr; cp if((cfg = get_config_val(config, config_tapdevice)))