summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-02-15 13:21:06 +0000
committerJeroen Roovers <jer@gentoo.org>2012-02-15 13:21:06 +0000
commit231b2d31d1c9355402d5e6a5a25d75b9eb069223 (patch)
tree89dfe89ca924a68e366f8d1479d7ea02d2ba3860 /net-misc/chrony/files
parentAdd a DESCRIPTION and a long description in metadata.xml. (diff)
downloadgentoo-2-231b2d31d1c9355402d5e6a5a25d75b9eb069223.tar.gz
gentoo-2-231b2d31d1c9355402d5e6a5a25d75b9eb069223.tar.bz2
gentoo-2-231b2d31d1c9355402d5e6a5a25d75b9eb069223.zip
Old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/chrony/files')
-rw-r--r--net-misc/chrony/files/chrony-1.25-linux3.patch16
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;