]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ioprio-util: move from basic/ to shared/
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 18 Jun 2025 03:05:14 +0000 (12:05 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Jun 2025 10:08:45 +0000 (19:08 +0900)
It is not used by libsystemd.

src/basic/meson.build
src/shared/ioprio-util.c [moved from src/basic/ioprio-util.c with 100% similarity]
src/shared/ioprio-util.h [moved from src/basic/ioprio-util.h with 100% similarity]
src/shared/meson.build

index 052b1451042986f3432f0ef982ca9783ede0a208..8e914d5e10ac95871f84472364c2534fbc75c974 100644 (file)
@@ -52,7 +52,6 @@ basic_sources = files(
         'initrd-util.c',
         'inotify-util.c',
         'io-util.c',
-        'ioprio-util.c',
         'iovec-util.c',
         'iovec-wrapper.c',
         'label.c',
index 38dd3b498dd4cbc607cdda7a5fe341533bdc21b2..2336e6a7df7cb3faa3742436262644a8bb105428 100644 (file)
@@ -97,6 +97,7 @@ shared_sources = files(
         'install-file.c',
         'install-printf.c',
         'install.c',
+        'ioprio-util.c',
         'ip-protocol-list.c',
         'ipvlan-util.c',
         'journal-file-util.c',