mirror of
https://github.com/OpenRC/openrc.git
synced 2026-01-30 19:35:03 +00:00
the exists() helper uses stat.2 unnecessarily, while calling access is simpler and does not require filling a struct stat for no reason. since this would make exists() into a wrapper that calls a single function and nothing else, let's just inline the calls to access and remove the helper.