Tentative support for Linux 2.5/6/7/8
This commit is contained in:
parent
7e978e8b55
commit
b0993ad9bd
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
$Header: /cvs/src/chrony/rtc_linux.c,v 1.30 2003/04/01 20:07:20 richard Exp $
|
||||
$Header: /cvs/src/chrony/rtc_linux.c,v 1.31 2003/09/14 21:55:23 richard Exp $
|
||||
|
||||
=======================================================================
|
||||
|
||||
|
@ -596,6 +596,10 @@ RTC_Linux_Initialise(void)
|
|||
case 2:
|
||||
case 3:
|
||||
case 4:
|
||||
case 5:
|
||||
case 6:
|
||||
case 7:
|
||||
case 8:
|
||||
break; /* OK for all patch levels */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue