summaryrefslogtreecommitdiff
path: root/ztdummy.c
diff options
context:
space:
mode:
authormogorman <mogorman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-10 01:58:19 +0000
committermogorman <mogorman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-10 01:58:19 +0000
commitf762383cec2e376ab3dc9ee989926bd24d788476 (patch)
tree6b0a85bef03cb6227570fe1e24d8dc924d5c12a5 /ztdummy.c
parentbd514343a8d9d0f07c863968472570f0e411febc (diff)
commiting change for allowing x86_64 to use rtc
in 2.6 kernel. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@883 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 d15bd1f..9d10b99 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