kernel: fix compilation

This commit is contained in:
ShirkNeko
2025-11-02 01:36:36 +08:00
parent 0375058d41
commit 97fb509b50
2 changed files with 3 additions and 26 deletions

View File

@@ -437,7 +437,7 @@ void track_throne(void)
__maybe_unused char buf[KSU_MAX_PACKAGE_NAME];
static bool manager_exist = false;
static bool dynamic_manager_exist = false;
static int current_manager_uid = ksu_get_manager_uid() % 100000;
int current_manager_uid = ksu_get_manager_uid() % 100000;
// init uid list head
INIT_LIST_HEAD(&uid_list);