From eeac7b7ca0a3cf2b7146ce18d97034a0d10a09e8 Mon Sep 17 00:00:00 2001 From: "Richard P. Curnow" Date: Sun, 2 Dec 2007 14:39:50 +0000 Subject: [PATCH] Define io_linux.h constants for x86_64 Based on thread from chrony-users, October 2007. --- io_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_linux.h b/io_linux.h index b381eec..78479b3 100644 --- a/io_linux.h +++ b/io_linux.h @@ -6,7 +6,7 @@ /* Hmm. These constants vary a bit between systems. */ /* (__sh__ includes both sh and sh64) */ -#if defined(__i386__) || defined(__sh__) || defined(__arm__) +#if defined(__i386__) || defined(__sh__) || defined(__arm__)||defined(__x86_64__) #define CHRONY_IOC_NRBITS 8 #define CHRONY_IOC_TYPEBITS 8 #define CHRONY_IOC_SIZEBITS 14