From: Richard P. Curnow Date: Sun, 2 Dec 2007 14:39:50 +0000 (+0000) Subject: Define io_linux.h constants for x86_64 X-Git-Tag: 1.23~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeac7b7ca0a3cf2b7146ce18d97034a0d10a09e8;p=thirdparty%2Fchrony.git Define io_linux.h constants for x86_64 Based on thread from chrony-users, October 2007. --- diff --git a/io_linux.h b/io_linux.h index b381eec9..78479b3b 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