0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-03 05:38:11 +00:00
termux-packages/packages/libnl/include-linux-private-linux-in.h.patch
Tee KOBAYASHI 7bb2286a3a libnl: Build CLI utils
and subpackage them as libnl-cli.
2022-12-02 21:02:08 +00:00

11 lines
213 B
Diff

--- a/include/linux-private/linux/in.h
+++ b/include/linux-private/linux/in.h
@@ -82,6 +82,7 @@
#if __UAPI_DEF_IN_ADDR
/* Internet address. */
+typedef __be32 in_addr_t;
struct in_addr {
__be32 s_addr;
};