From e7142972a0124ae9c8286cb06cb2e4f642164119 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 26 Jan 2006 00:45:51 +0000 Subject: backport RTC support for x86_64 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@917 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- ztdummy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ztdummy.c') 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 -- cgit v1.2.3