summaryrefslogtreecommitdiff
path: root/ztdummy.c
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-26 00:45:51 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-26 00:45:51 +0000
commite7142972a0124ae9c8286cb06cb2e4f642164119 (patch)
tree876b30a7f9815f691f87a19ddec210ff4bb948c1 /ztdummy.c
parent11d96538131e57f0483c12764134938f6832c420 (diff)
backport RTC support for x86_64
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@917 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztdummy.c')
-rw-r--r--ztdummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ztdummy.c b/ztdummy.c
index dc1407a..df2f19b 100644
--- a/ztdummy.c
+++ b/ztdummy.c
@@ -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