From b3e8105837505fc9b4637b4e41cca39eecb48ebf Mon Sep 17 00:00:00 2001 From: J William Piggott Date: Mon, 24 Jul 2017 14:59:07 -0400 Subject: hwclock: remove custom errno string Custom errno messages are unnecessary and problematic for translators. hwclock --directisa hwclock: iopl() port access failed: Operation not permitted hwclock: root privileges may be required The custom errno message is misleading. We do not know what the system permissions are set to. The default errno string is correct, and enough. Patched: hwclock --directisa hwclock: iopl() port access failed: Operation not permitted root@:~# hwclock --directisa -D Using direct ISA access to the clock 2017-07-24 14:49:17.782716-0400 Signed-off-by: J William Piggott --- sys-utils/hwclock.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys-utils/hwclock.h') diff --git a/sys-utils/hwclock.h b/sys-utils/hwclock.h index a1ef80cee..8843501f3 100644 --- a/sys-utils/hwclock.h +++ b/sys-utils/hwclock.h @@ -1,7 +1,6 @@ #ifndef HWCLOCK_CLOCK_H #define HWCLOCK_CLOCK_H -#include #include #include #include -- cgit v1.2.3-55-g7522