vnet: Don't use __unused for struct padding 61/40261/2
authorTom Jones <thj@freebsd.org>
Fri, 26 Jan 2024 13:26:28 +0000 (13:26 +0000)
committerDamjan Marion <dmarion@0xa5.net>
Tue, 13 Feb 2024 16:20:18 +0000 (16:20 +0000)
commit249f0dcdf6d0f1656a1a5d4178c3315b8ea520c0
treec9d4611a405f06b7a0755d710f5770b79386dc77
parent7c0415450b01b5b7cc58930ab3b659e169513ee8
vnet: Don't use __unused for struct padding

__unused is a clang keyword, this struct member will trip the build when
using clang. Instead call the unused padding 'pad' which should be clear
to the purpose if not the usage.

Type: improvement
Change-Id: I0abae34841651be1ef6b7d94864f0dc8185f0733
Signed-off-by: Tom Jones <thj@freebsd.org>
src/vnet/buffer.h