diff options
Diffstat (limited to 'net/tap-bsd.c')
-rw-r--r-- | net/tap-bsd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tap-bsd.c b/net/tap-bsd.c index cfc7a289f8..4f22109e94 100644 --- a/net/tap-bsd.c +++ b/net/tap-bsd.c @@ -156,3 +156,7 @@ int tap_fd_disable(int fd) return -1; } +int tap_fd_get_ifname(int fd, char *ifname) +{ + return -1; +} |