]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfc93c3a6904a9d31c95a8a544012776a34a7541d
tree61459efe8405ae5112566097784e35e80c3167a8
parentf3798888e2339e98fc5da321c5bc1a75c268eba4
tools headers UAPI: Sync linux/in.h copy with the kernel sources

To pick the changes in:

  a2386e0b98ec319c ("net/ipv4/ipv6: Replace one-element arraya with flexible-array members")
  325ee0c57a8b43cf ("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