aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net.c')
-rw-r--r--net.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net.c b/net.c
index 8067c9df41..37662c6f57 100644
--- a/net.c
+++ b/net.c
@@ -2440,7 +2440,6 @@ static struct {
{ /* end of list */ }
},
#endif
-#ifndef _AIX
}, {
.type = "tap",
.init = net_init_tap,
@@ -2476,7 +2475,6 @@ static struct {
#endif /* _WIN32 */
{ /* end of list */ }
},
-#endif /* _AIX */
}, {
.type = "socket",
.init = net_init_socket,