aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/(public-mirror)
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2026-08-13 21:45:58 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2026-08-14 00:54:27 +0000
commit79a6ad63e6afdfa00d0e625996bddf91e9f217c3 (patch)
tree58dce4b6222fdebbf23b7884e7b78d20e7c1b471 /lib/Sema/(public-mirror)
parent6c41d928bcd763ec60d55bec2886c05b03cf9e6a (diff)
libifconfig: Fix table sizeHEADmain
Tables that have one element per protocol or address family were previously sized by AF_MAX + 1 since AF_MAX was off by one. Now that AF_MAX has been corrected, we need to apply the opposite correction to these tables. Fixes: ddd850aa7720 ("sys/socket.h: Fix AF_MAX") MFC after: 3 days Sponsored by: Klara, Inc. Sponsored by: NetApp, Inc. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D58827
Diffstat (limited to 'lib/Sema/(public-mirror)')
0 files changed, 0 insertions, 0 deletions