net: move tap-linux.h under net/
authorMark McLoughlin <markmc@redhat.com>
Thu, 22 Oct 2009 16:49:06 +0000 (17:49 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 30 Oct 2009 13:39:27 +0000 (08:39 -0500)
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c
net/tap-linux.h [moved from tap-linux.h with 100% similarity]

diff --git a/net.c b/net.c
index 4ba343a..1c75c38 100644 (file)
--- 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>
similarity index 100%
rename from tap-linux.h
rename to net/tap-linux.h