mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Check for 'int \*id' in the pernet_operations struct fails for later versions of kernels as the declaration is now 'int * const id'. Fix check to include both versions. Signed-off-by: Mike Pagano <mpagano@gentoo.org>