Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1586971
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] uapi: fix linux/ip6_tunnel.h userspace compilation errors |
| Date | 2017-02-23 16:50 +0100 |
| Message-ID | <te3Ox-3bZ-19@gated-at.bofh.it> (permalink) |
| References | <tdNTs-eQ-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: "Dmitry V. Levin" <ldv@altlinux.org> Date: Thu, 23 Feb 2017 01:38:03 +0300 > Include <linux/if.h> and <linux/in6.h> to fix the following > linux/ip6_tunnel.h userspace compilation errors: > > /usr/include/linux/ip6_tunnel.h:23:12: error: 'IFNAMSIZ' undeclared here (not in a function) > char name[IFNAMSIZ]; /* name of tunnel device */ > /usr/include/linux/ip6_tunnel.h:30:18: error: field 'laddr' has incomplete type > struct in6_addr laddr; /* local tunnel end-point address */ > > Signed-off-by: Dmitry V. Levin <ldv@altlinux.org> Applied.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] uapi: fix linux/ip6_tunnel.h userspace compilation errors "Dmitry V. Levin" <ldv@altlinux.org> - 2017-02-22 23:50 +0100 Re: [PATCH] uapi: fix linux/ip6_tunnel.h userspace compilation errors David Miller <davem@davemloft.net> - 2017-02-23 16:50 +0100
csiph-web