Browse Source

net: move tap-linux.h under net/

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
remotes/github/stable-0.12
Mark McLoughlin 17 years ago
committed by Anthony Liguori
parent
commit
f54c7bdc48
  1. 2
      net.c
  2. 0
      net/tap-linux.h

2
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>

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

Loading…
Cancel
Save