From dc69004c7d89afb6ede02ca9379075c062c0c091 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:49:14 +0100 Subject: net: move tap_probe_vnet_hdr() to tap-linux.c Only Linux has support for IFF_VNET_HDR Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- net/tap-bsd.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net/tap-bsd.c') diff --git a/net/tap-bsd.c b/net/tap-bsd.c index e28615fba9..1cdde90009 100644 --- a/net/tap-bsd.c +++ b/net/tap-bsd.c @@ -65,3 +65,8 @@ int tap_set_sndbuf(int fd, QemuOpts *opts) { return 0; } + +int tap_probe_vnet_hdr(int fd) +{ + return 0; +} -- cgit v1.2.1