]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: remove custom errno string
authorJ William Piggott <elseifthen@gmx.com>
Mon, 24 Jul 2017 16:11:28 +0000 (12:11 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Mon, 31 Jul 2017 20:10:47 +0000 (16:10 -0400)
commit0411a57e25b9554cc81ce5dc183046bbb2c25810
treeadccebd46f9b5df1f2d077fede1aee3b2dbd486e
parent1d5cffa16a0183175684809cf215294ec20b8fd9
hwclock: remove custom errno string

Custom errno messages are unnecessary and problematic for translators.

The current messages are also too long, > 90 columns:
/dev/rtc0 does not have interrupt functions. Waiting in loop for time from \
/dev/rtc0 to change

Fixed:
ioctl(3, RTC_UIE_ON, 0): Inappropriate ioctl for device
Waiting in loop for time from /dev/rtc0 to change

Signed-off-by: J William Piggott <elseifthen@gmx.com>
sys-utils/hwclock-rtc.c