]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mkswap: make context_string const
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 7 Jan 2023 14:23:56 +0000 (14:23 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 8 Jan 2023 16:28:48 +0000 (16:28 +0000)
commit4bbc219b07a1933962b3915fd7151bb2ca0d9f67
tree1063e4f22297c0f9409325f68e70166d4dd365be
parent5ab5a89c433c4a6e8b2166806f583f0d26dcadd5
mkswap: make context_string const

Sometimes context_str() return `const char *`.
disk-utils/mkswap.c