diff options
author | Cy Schubert <cy@FreeBSD.org> | 2021-10-20 03:11:40 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2021-12-04 14:33:13 +0000 |
commit | 130df64793d7d3c680c0f7177a707867a8a19665 (patch) | |
tree | 2eba79d57d0f4a8bbc6eaaa5b2042d6c827bc88c /tools/build/cross-build | |
parent | 1ca73c39a54750a4a2f584efd7c57f453bf7dbbe (diff) | |
download | src-130df64793d7d3c680c0f7177a707867a8a19665.tar.gz src-130df64793d7d3c680c0f7177a707867a8a19665.zip |
ipfilter: Avoid more null if-then-else blocks
As in 73db3b64f167, when WITHOUT_INET6 is selected, null if-then-else
blocks are generated because #if statements are incorrectly placed.
Moving the #if statements reduces unnecessary runtime comparisons or
compiler optimizations.
MFC after: 3 days
Diffstat (limited to 'tools/build/cross-build')
0 files changed, 0 insertions, 0 deletions