mirror of
https://github.com/openwall/lkrg.git
synced 2023-12-13 21:30:29 +01:00
Fix support for RHEL 9.0
This was very briefly broken with the previous commit
This commit is contained in:
parent
310e85d19c
commit
3760e0e1bd
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@
|
|||
defined(P_LKRG_KERNEL_RHEL_VAR_LEN_JUMP_LABEL)
|
||||
#if !P_LKRG_KERNEL_HAS_VAR_LEN_JUMP_LABEL || \
|
||||
(defined(P_LKRG_KERNEL_RHEL_VAR_LEN_JUMP_LABEL) && \
|
||||
RHEL_RELEASE_CODE < RHEL_RELEASE_VERSION(9,1) && \
|
||||
RHEL_RELEASE_CODE < RHEL_RELEASE_VERSION(8,8))
|
||||
(RHEL_RELEASE_CODE == RHEL_RELEASE_VERSION(9,0) || \
|
||||
RHEL_RELEASE_CODE < RHEL_RELEASE_VERSION(8,8)))
|
||||
typedef struct _p_text_poke_loc {
|
||||
s32 rel_addr; /* addr := _stext + rel_addr */
|
||||
s32 rel32;
|
||||
|
|
Loading…
Reference in a new issue