]> git.itanic.dy.fi Git - linux-stable/commit
net, uapi: remove inclusion of arpa/inet.h
authorNick Desaulniers <ndesaulniers@google.com>
Mon, 4 Apr 2022 17:54:47 +0000 (10:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Apr 2022 12:48:02 +0000 (13:48 +0100)
commit1ee375d77bb944321c969b456aa73994566cecf6
tree60647cbf24df54d70ca341326fb64e4222803c08
parentf4b41f062c424209e3939a81e6da022e049a45f2
net, uapi: remove inclusion of arpa/inet.h

In include/uapi/linux/tipc_config.h, there's a comment that it includes
arpa/inet.h for ntohs; but ntohs is not defined in any UAPI header. For
now, reuse the definitions from include/linux/byteorder/generic.h, since
the various conversion functions do exist in UAPI headers:
include/uapi/linux/byteorder/big_endian.h
include/uapi/linux/byteorder/little_endian.h

We would like to get to the point where we can build UAPI header tests
with -nostdinc, meaning that kernel UAPI headers should not have a
circular dependency on libc headers.

Link: https://android-review.googlesource.com/c/platform/bionic/+/2048127
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/tipc_config.h