- Removed duplicate import
This commit is contained in:
Tristan Brice Velloza Kildaire 2024-12-15 18:09:02 +02:00
parent 4aedc35f33
commit 1bb7da2d67

2
TAP.c
View File

@ -64,8 +64,6 @@ void trySixSet
close(inet6);
}
#include<string.h>
int open_tap(void) {
struct ifreq ifr;
int fd = open("/dev/net/tun", O_RDWR);