From 1bb7da2d670879f5eecf23a12d204675d921c5b9 Mon Sep 17 00:00:00 2001 From: Tristan Brice Velloza Kildaire Date: Sun, 15 Dec 2024 18:09:02 +0200 Subject: [PATCH] TAP - Removed duplicate import --- TAP.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/TAP.c b/TAP.c index a2720fe..0dac32c 100644 --- a/TAP.c +++ b/TAP.c @@ -64,8 +64,6 @@ void trySixSet close(inet6); } -#include - int open_tap(void) { struct ifreq ifr; int fd = open("/dev/net/tun", O_RDWR);