summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.h
diff options
context:
space:
mode:
authorJ William Piggott2017-03-24 16:03:16 +0100
committerKarel Zak2017-03-31 12:56:03 +0200
commitf6374e1fb33d5ca726b72212b787e11fea78c0ca (patch)
tree3f6993f2adcfa2430816339179ddf64be1c2bae0 /sys-utils/hwclock.h
parenttest: fix mountpoint device check in libmount/loop (diff)
downloadkernel-qcow2-util-linux-f6374e1fb33d5ca726b72212b787e11fea78c0ca.tar.gz
kernel-qcow2-util-linux-f6374e1fb33d5ca726b72212b787e11fea78c0ca.tar.xz
kernel-qcow2-util-linux-f6374e1fb33d5ca726b72212b787e11fea78c0ca.zip
hwclock: remove 1994 Award BIOS workaround
Remove the 1994 Award BIOS bug workaround as previously discussed more than two years ago: http://marc.info/?l=util-linux-ng&m=141682406902804&w=2 * sys-utils/hwclock.c: remove badyear option * sys-utils/hwclock.h: same * sys-utils/hwclock.8.in: same Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'sys-utils/hwclock.h')
-rw-r--r--sys-utils/hwclock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/hwclock.h b/sys-utils/hwclock.h
index b08bd2d7a..383b97087 100644
--- a/sys-utils/hwclock.h
+++ b/sys-utils/hwclock.h
@@ -44,7 +44,6 @@ struct hwclock_control {
#endif
noadjfile:1,
local_opt:1,
- badyear:1,
directisa:1,
testing:1,
systz:1,