]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: use const char in swaps parser
authorKarel Zak <kzak@redhat.com>
Fri, 20 Jul 2018 11:44:53 +0000 (13:44 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 20 Jul 2018 11:49:08 +0000 (13:49 +0200)
commit0d1e744c20aab14e7fbe3efcb41e43aaf2ab4db4
treeb17b34d1103118b450154c21a677698d921e2206
parent4e4c9629e6db39c0b04907112f40c6b32a30bdf0
libmount: use const char in swaps parser

The parser does not modify the string, so let's keep it "const char".

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/tab_parse.c