X Tutup
Skip to content

Commit 7656679

Browse files
committed
linux: move netdevice.h from shared/linux to basic/linux
As the header linux/if_arp.h includes linux/netdevice.h.
1 parent d90a044 commit 7656679

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/basic/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ basic_sources = files('''
9999
linux/if_tun.h
100100
linux/if_tunnel.h
101101
linux/libc-compat.h
102+
linux/netdevice.h
102103
linux/netlink.h
103104
linux/rtnetlink.h
104105
linux/wireguard.h

src/shared/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ shared_sources = files('''
102102
linux/bpf_insn.h
103103
linux/dm-ioctl.h
104104
linux/ethtool.h
105-
linux/netdevice.h
106105
lockfile-util.c
107106
lockfile-util.h
108107
log-link.h

0 commit comments

Comments
 (0)
X Tutup