systemd/src/sysusers
Lennart Poettering cf1ab844a9 tree-wide: drop "static inline" use in .c files
"static inline" makes sense in .h files. But in .c files it's useless
decoration, the compiler should just make its own decisions there, and
it can do that.

hence, replace all remaining uses of "static line" by a simple" static"
in all .c files (but keep them in .h files, where they make sense)
2023-08-21 23:15:12 +02:00
..
meson.build meson: move declarations of hwdb, sysusers, and tmpfiles 2023-08-01 21:37:31 +09:00
sysusers.c tree-wide: drop "static inline" use in .c files 2023-08-21 23:15:12 +02:00