]> git.sesse.net Git - plocate/commit
Replace canonicalize_file_name() with realpath().
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 23 Aug 2021 15:53:34 +0000 (17:53 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 23 Aug 2021 15:54:34 +0000 (17:54 +0200)
commiteea49b33b014cd4f3c83a9ac73c89a4807e18d61
treed15261924c47216448abbb55fe17972e60153bf6
parent519e26977d6269d8c887c3bb67ccd67edf5acaa5
Replace canonicalize_file_name() with realpath().

canonicalize_file_name() is a GNU extension, while realpath() is POSIX.
Seemingly needed for musl. Adapted from the Void Linux repository.
conf.cpp