From: Lennart Poettering Date: Mon, 18 Sep 2023 15:25:12 +0000 (+0200) Subject: path: make arg_pager_flags static X-Git-Tag: v255-rc1~509 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=6b664070804bee8a3c50e00e0707ef5c481e08b9;p=systemd%2F.git path: make arg_pager_flags static Follow-up for: e441d1d46e8cd640ffac9d9231e5b16852fd9c28 --- diff --git a/src/path/path.c b/src/path/path.c index 9845425d01..1e69c6a355 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -17,7 +17,7 @@ #include "string-util.h" static const char *arg_suffix = NULL; -PagerFlags arg_pager_flags = 0; +static PagerFlags arg_pager_flags = 0; static const char* const path_table[_SD_PATH_MAX] = { [SD_PATH_TEMPORARY] = "temporary",