summaryrefslogtreecommitdiff
path: root/net/tap-aix.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tap-aix.c')
-rw-r--r--net/tap-aix.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/tap-aix.c b/net/tap-aix.c
index 66e0574fd7..e760e9a0e7 100644
--- a/net/tap-aix.c
+++ b/net/tap-aix.c
@@ -69,3 +69,9 @@ int tap_fd_disable(int fd)
{
return -1;
}
+
+int tap_fd_get_ifname(int fd, char *ifname)
+{
+ return -1;
+}
+