]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
Tentative support for Linux 2.5/6/7/8
authorrichard <richard>
Sun, 14 Sep 2003 21:55:23 +0000 (21:55 +0000)
committerRichard P. Curnow <rc@rc0.org.uk>
Thu, 19 Jan 2006 21:37:13 +0000 (21:37 +0000)
rtc_linux.c

index b01e584e1e4db729deba3ca8321d082ccf78035b..2d6e9f6dbd36ee2b4c2106d47cb7c0479cc85328 100644 (file)
@@ -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 */
     } 
   }