mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
Replace ERROR() with ERRNO() in all error paths following POSIX API calls (fopen, rename, realloc, fmkpath, etc.), removing redundant manual strerror(errno) formatting where present. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>