struct syscall_vow_map: change 'str' to const char*

Tento commit je obsažen v:
Albert S. 2022-01-29 23:10:24 +01:00
rodič 29b5864dd3
revize 5ef54a08b4

Zobrazit soubor

@ -247,7 +247,7 @@ struct syscall_vow_map
struct str_to_vow_map
{
char *str;
const char *str;
uint64_t value;
};