소스 검색

net: move tap-linux.h under net/

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Mark McLoughlin 16 년 전
부모
커밋
f54c7bdc48
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      net.c
  2. 0 0
      net/tap-linux.h

+ 1 - 1
net.c

@@ -46,7 +46,7 @@
 #include <net/if_tap.h>
 #include <net/if_tap.h>
 #endif
 #endif
 #ifdef __linux__
 #ifdef __linux__
-#include "tap-linux.h"
+#include "net/tap-linux.h"
 #endif
 #endif
 #include <arpa/inet.h>
 #include <arpa/inet.h>
 #include <dirent.h>
 #include <dirent.h>

+ 0 - 0
tap-linux.h → net/tap-linux.h