diff options
Diffstat (limited to 'net/tap-haiku.c')
-rw-r--r-- | net/tap-haiku.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tap-haiku.c b/net/tap-haiku.c index e5ce436d24..0905b2887d 100644 --- a/net/tap-haiku.c +++ b/net/tap-haiku.c @@ -32,9 +32,8 @@ int tap_open(char *ifname, int ifname_size, int *vnet_hdr, return -1; } -int tap_set_sndbuf(int fd, const NetdevTapOptions *tap) +void tap_set_sndbuf(int fd, const NetdevTapOptions *tap, Error **errp) { - return 0; } int tap_probe_vnet_hdr(int fd) |