mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -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>