summaryrefslogtreecommitdiffstats
path: root/src/tuntap.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-04-29 16:17:58 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-04-29 16:17:58 +0200
commit9a86ce6ea990ac72337bffb78f663f8a904a408f (patch)
treeb532fb296850eab0598d89452373170c9b4c1c1a /src/tuntap.c
parent639ebc2ff93adca5eb9e12d70a2e9e19731c84ba (diff)
downloadfastd-9a86ce6ea990ac72337bffb78f663f8a904a408f.tar
fastd-9a86ce6ea990ac72337bffb78f663f8a904a408f.zip
Fold fastd_open_pipe into fastd_async_init, simpify fastd_setfl and fastd_setfd and move to fastd.h
Diffstat (limited to 'src/tuntap.c')
-rw-r--r--src/tuntap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tuntap.c b/src/tuntap.c
index e5c0471..d9fd353 100644
--- a/src/tuntap.c
+++ b/src/tuntap.c
@@ -27,7 +27,6 @@
#include "fastd.h"
#include "poll.h"
-#include <fcntl.h>
#include <net/if.h>
#include <sys/ioctl.h>