diff options
Diffstat (limited to 'net-misc/chrony/files/chrony-1.25-linux3.patch')
-rw-r--r-- | net-misc/chrony/files/chrony-1.25-linux3.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net-misc/chrony/files/chrony-1.25-linux3.patch b/net-misc/chrony/files/chrony-1.25-linux3.patch deleted file mode 100644 index 473759f24da8..000000000000 --- a/net-misc/chrony/files/chrony-1.25-linux3.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -ur chrony-1.25.orig//sys_linux.c chrony-1.25//sys_linux.c ---- chrony-1.25.orig//sys_linux.c 2011-05-04 06:29:40.000000000 -0400 -+++ chrony-1.25//sys_linux.c 2011-06-07 01:29:18.254878791 -0400 -@@ -1050,6 +1050,12 @@ - LOG_FATAL(LOGF_SysLinux, "Kernel version not supported yet, sorry."); - } - break; -+ case 3: -+ /* Linux 3.0 (formerly 2.6.40) */ -+ /* These don't need scaling. (similar to 2.6.28 and later) */ -+ freq_scale = 1.0; -+ have_readonly_adjtime = 2; -+ break; - default: - LOG_FATAL(LOGF_SysLinux, "Kernel's major version not supported yet, sorry"); - break; |