diff options
author | Jozsef Kadlecsik <kadlec@netfilter.org> | 2025-06-05 09:15:47 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@netfilter.org> | 2025-06-06 11:51:42 +0200 |
commit | bd6c6324afece01e26fee76405624ef4c5d0c1a9 (patch) | |
tree | 44335ae8e24b12e8ff67c52b639cc8e171fc3128 /utils/ipset_list | |
parent | e942285a3380c757f6267badabd88d4c847bba5c (diff) |
Check for 'int \*id' in the pernet_operations struct
fails for some later versions of kernels as the declaration
is now 'int * const id'.
Kernel Commit 768e4bb6a75e3c6a034df7c67edac20bd222857e changed
the variable declaration that ipset uses to ensure presence
of the pernet ops id.
Modify the pattern match to include both the newer change while
still supporting the original declaration.
Reported and original patch submitted by Mike Pagano <mpagano@gentoo.org>,
single pattern suggested by Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Diffstat (limited to 'utils/ipset_list')
0 files changed, 0 insertions, 0 deletions