Delete struct ifr
authorIvo Timmermans <ivo@lychnis.net>
Thu, 16 Nov 2000 22:11:40 +0000 (22:11 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Thu, 16 Nov 2000 22:11:40 +0000 (22:11 +0000)
src/net.c

index 7d81176..8d92cc1 100644 (file)
--- 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)))