]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
Add support for Linux/arm
authorVladimir Michl <vladimir.michl@seznam.cz>
Tue, 26 Jun 2007 21:06:39 +0000 (22:06 +0100)
committerRichard P. Curnow <rc@rc0.org.uk>
Tue, 26 Jun 2007 21:06:39 +0000 (22:06 +0100)
io_linux.h

index c6f6f306695c67ee5ae7f6537652d80fbcc39715..679aede03692d8be8897904184143177015e5012 100644 (file)
@@ -6,7 +6,7 @@
 
 /* Hmm.  These constants vary a bit between systems. */
 /* (__sh__ includes both sh and sh64) */
-#if defined(__i386__) || defined(__sh__)
+#if defined(__i386__) || defined(__sh__) || defined(__arm__)
 #define CHRONY_IOC_NRBITS      8
 #define CHRONY_IOC_TYPEBITS    8
 #define CHRONY_IOC_SIZEBITS    14