2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-26 07:46:18 +00:00
repo/core/libnl/patches/musl-ipv6.patch

13 lines
343 B
Diff
Raw Normal View History

2019-06-21 11:12:00 +00:00
--- include/linux-private/linux/ipv6.h 2016-12-10 08:04:32.000000000 -0700
+++ include/linux-private/linux/ipv6.h 2017-07-03 06:45:50.412094448 -0600
@@ -2,7 +2,9 @@
#define _IPV6_H
#include <asm/byteorder.h>
+#if defined(__GLIBC__)
#include <linux/in6.h>
+#endif
/* The latest drafts declared increase in minimal mtu up to 1280. */