projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2077ae
)
path: make arg_pager_flags static
author
Lennart Poettering
<lennart@poettering.net>
Mon, 18 Sep 2023 15:25:12 +0000
(17:25 +0200)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Mon, 18 Sep 2023 23:37:01 +0000
(
00:37
+0100)
Follow-up for:
e441d1d46e8cd640ffac9d9231e5b16852fd9c28
src/path/path.c
patch
|
blob
|
history
diff --git
a/src/path/path.c
b/src/path/path.c
index 9845425d01b5832ffbf9c3094c77cae82109ab62..1e69c6a355400bbf59475ee2c1b9c7fca58e6c72 100644
(file)
--- 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",