patch-2.4.0-test9 linux/drivers/char/rtc.c
Next file: linux/drivers/char/sbc60xxwdt.c
Previous file: linux/drivers/char/raw.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Sep 22 14:09:00 2000
- Orig file:
v2.4.0-test8/linux/drivers/char/rtc.c
- Orig date:
Wed Jul 19 11:27:45 2000
diff -u --recursive --new-file v2.4.0-test8/linux/drivers/char/rtc.c linux/drivers/char/rtc.c
@@ -693,7 +693,7 @@
if (!(ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD)
BCD_TO_BIN(year); /* This should never happen... */
- if (year > 20 && year < 48) {
+ if (year >= 20 && year < 48) {
epoch = 1980;
guess = "ARC console";
} else if (year >= 48 && year < 70) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)