summaryrefslogtreecommitdiff
path: root/net/core/sock.c
diff options
context:
space:
mode:
authorAndreas Roeseler <andreas.a.roeseler@gmail.com>2021-06-04 00:22:11 +0300
committerDavid S. Miller <davem@davemloft.net>2021-06-04 01:31:34 +0300
commite32ea44c7ae476f4c90e35ab0a29dc8ff082bc11 (patch)
treee847afbcaba2e60a79a4dbd1a5301e57097b1a37 /net/core/sock.c
parent118de6106735cfeb04daf9de1d5a9f953ac034ba (diff)
downloadlinux-e32ea44c7ae476f4c90e35ab0a29dc8ff082bc11.tar.xz
icmp: fix lib conflict with trinity
Including <linux/in.h> and <netinet/in.h> in the dependencies breaks compilation of trinity due to multiple definitions. <linux/in.h> is only used in <linux/icmp.h> to provide the definition of the struct in_addr, but this can be substituted out by using the datatype __be32. Signed-off-by: Andreas Roeseler <andreas.a.roeseler@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/sock.c')
0 files changed, 0 insertions, 0 deletions