diff options
| author | Siva Mahadevan <siva@FreeBSD.org> | 2026-03-03 19:09:35 +0000 |
|---|---|---|
| committer | Siva Mahadevan <siva@FreeBSD.org> | 2026-03-03 19:19:32 +0000 |
| commit | f26cb4757eb74ceace39144933ae198ebf1b4f28 (patch) | |
| tree | 366ecb841fef508a53d247232ad9f8432a710452 /sys/compat | |
| parent | 824530a5c4fd59427cda0eae0a4ac85212814958 (diff) | |
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/sort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/sort.h b/sys/compat/linuxkpi/common/include/linux/sort.h index e6196d1f41c7..361b37c587c8 100644 --- a/sys/compat/linuxkpi/common/include/linux/sort.h +++ b/sys/compat/linuxkpi/common/include/linux/sort.h @@ -34,7 +34,7 @@ #include <sys/libkern.h> #define sort(base, num, size, cmp, swap) do { \ - BUILD_BUG_ON_ZERO(swap); \ + BUILD_BUG_ON(swap); \ qsort(base, num, size, cmp); \ } while (0) |
