mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
udevadm-info: make arg_pager_flags static
This commit is contained in:
committed by
Yu Watanabe
parent
cb3f6c9e0d
commit
5b4d73208e
@@ -58,7 +58,7 @@ static bool arg_export = false;
|
||||
static bool arg_value = false;
|
||||
static const char *arg_export_prefix = NULL;
|
||||
static usec_t arg_wait_for_initialization_timeout = 0;
|
||||
PagerFlags arg_pager_flags = 0;
|
||||
static PagerFlags arg_pager_flags = 0;
|
||||
static sd_json_format_flags_t arg_json_format_flags = SD_JSON_FORMAT_OFF;
|
||||
|
||||
STATIC_DESTRUCTOR_REGISTER(arg_properties, strv_freep);
|
||||
|
||||
Reference in New Issue
Block a user