]> Git Repo - qemu.git/blobdiff - net/tap-bsd.c
tap: Convert tap_set_sndbuf() to Error
[qemu.git] / net / tap-bsd.c
index bf91bd03fdd74193273bb39b2eda074234a58463..53cdd9f4e1d47d7405f39661562a0223e3176f04 100644 (file)
@@ -176,9 +176,8 @@ error:
 }
 #endif /* __FreeBSD__ */
 
-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)
This page took 0.022747 seconds and 4 git commands to generate.