summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-10-22 17:49:06 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 08:39:27 -0500
commit548b473a9438eecc15e32434b9baa7e976ada56a (patch)
treed52e75516d02c192316686d218e0821fdc22d9a2
parent4d13b7c55ce120195099507930a250aa71dbe61b (diff)
downloadqemu-548b473a9438eecc15e32434b9baa7e976ada56a.tar.gz
qemu-548b473a9438eecc15e32434b9baa7e976ada56a.tar.bz2
qemu-548b473a9438eecc15e32434b9baa7e976ada56a.zip
net: move tap-linux.h under net/
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--net.c2
-rw-r--r--net/tap-linux.h (renamed from tap-linux.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/net.c b/net.c
index 4ba343a1d4..1c75c383ee 100644
--- a/net.c
+++ b/net.c
@@ -46,7 +46,7 @@
#include <net/if_tap.h>
#endif
#ifdef __linux__
-#include "tap-linux.h"
+#include "net/tap-linux.h"
#endif
#include <arpa/inet.h>
#include <dirent.h>
diff --git a/tap-linux.h b/net/tap-linux.h
index d81c65081f..d81c65081f 100644
--- a/tap-linux.h
+++ b/net/tap-linux.h