]> git.sesse.net Git - plocate/commit
Remove dependency on non-POSIX header error.h.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 13 Jul 2022 20:31:54 +0000 (22:31 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 13 Jul 2022 20:31:54 +0000 (22:31 +0200)
commitfd6198891d6fd9642effc0843fef6f23b991af3e
treeed36787a63bf2d305774f458fbb6f75fa2135a14
parent0125004cd28c5f9124632b594e51dde73af1691c
Remove dependency on non-POSIX header error.h.

This helps compatibility with certain configurations of musl libc.
Note that the output format on updatedb.conf errors will change somewhat,
and only the first one will be reported followed by immediate exit
(unlike earlier, where all updatedb.conf errors would be output before exit).

Based on a patch by Alfred Persson Forsberg.
conf.cpp