pmaports/main/reboot-mode
Luca Weiss dfdba5b4a7
main/reboot-mode: Fix printing of error (!551)
Previously, running reboot-mode as an unprivileged user resulted in

    Error: No error information

without a newline at the end. According to SYSCALL(2), the return value
of -1 indicated an error, but the actual error code is stored in errno.
2019-08-10 14:41:06 +02:00
..
APKBUILD main/reboot-mode: Fix printing of error (!551) 2019-08-10 14:41:06 +02:00
reboot-mode.c main/reboot-mode: Fix printing of error (!551) 2019-08-10 14:41:06 +02:00