mirror of
https://github.com/volatilityfoundation/volatility
synced 2026-06-08 18:04:46 +00:00
Linux - update module.c
This commit is contained in:
@@ -192,6 +192,14 @@ struct radix_tree_node {
|
||||
#endif
|
||||
|
||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)
|
||||
#define OUR_OWN_MOD_STRUCTS
|
||||
#endif
|
||||
|
||||
#if LINUX_VERSION_CODE == KERNEL_VERSION(2,6,18)
|
||||
#define OUR_OWN_MOD_STRUCTS
|
||||
#endif
|
||||
|
||||
#ifdef OUR_OWN_MOD_STRUCTS
|
||||
struct module_sect_attr
|
||||
{
|
||||
struct module_attribute mattr;
|
||||
|
||||
Reference in New Issue
Block a user