OSDN Git Service

tools headers UAPI: Sync linux/in.h copy with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 19 Jun 2021 13:15:22 +0000 (10:15 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 11 Sep 2021 19:12:26 +0000 (16:12 -0300)
commitee286c60c268aed03bac4686ebb47f1534b4b2e2
tree61459efe8405ae5112566097784e35e80c3167a8
parent0d1c50ac488ebdaeeaea8ed5069f8d435fd485ed
tools headers UAPI: Sync linux/in.h copy with the kernel sources

To pick the changes in:

  db243b796439c0ca ("net/ipv4/ipv6: Replace one-element arraya with flexible-array members")
  2d3e5caf96b9449a ("net/ipv4: Replace one-element array with flexible-array member")

That don't result in any change in tooling, the structs changed remains
with the same layout.

This addresses this build warning:

  Warning: Kernel ABI header at 'tools/include/uapi/linux/in.h' differs from latest version at 'include/uapi/linux/in.h'
  diff -u tools/include/uapi/linux/in.h include/uapi/linux/in.h

Cc: David S. Miller <davem@davemloft.net>
Cc: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/uapi/linux/in.h