[svn-commits] branch 1.2 r917 - /branches/1.2/ztdummy.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Jan 25 17:45:52 MST 2006


Author: russell
Date: Wed Jan 25 18:45:51 2006
New Revision: 917

URL: http://svn.digium.com/view/zaptel?rev=917&view=rev
Log:
backport RTC support for x86_64

Modified:
    branches/1.2/ztdummy.c

Modified: branches/1.2/ztdummy.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/ztdummy.c?rev=917&r1=916&r2=917&view=diff
==============================================================================
--- branches/1.2/ztdummy.c (original)
+++ branches/1.2/ztdummy.c Wed Jan 25 18:45:51 2006
@@ -44,7 +44,7 @@
  * If using an i386 architecture without a PC real-time clock,
  * the #define USE_RTC should be commented out.
  */
-#if defined(__i386__)
+#if defined(__i386__) || defined(__x86_64__)
 #if LINUX_VERSION_CODE >= VERSION_CODE(2,6,13)
 #define USE_RTC
 #else



More information about the svn-commits mailing list