]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: add fallback MODULE_INIT_COMPRESSED_FILE define
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 27 Sep 2023 15:38:05 +0000 (16:38 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 28 Sep 2023 03:37:45 +0000 (22:37 -0500)
commit0140db94c0f8a8ddec98080c62bd6c8823b3ff9a
tree7fae6062f06e01951063e0747af7fd6cb6e8ae30
parent09c9f8c5df0475d2627d9498e26250592dbfebd6
libkmod: add fallback MODULE_INIT_COMPRESSED_FILE define

The symbol was somewhat recently introduced by the kernel and not all
distributions may be have available.

The number is part of the ABI, so we can add a local fallback define.

Closes: https://github.com/kmod-project/kmod/issues/29
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
shared/missing.h