Merge branch 'vm'

This commit is contained in:
Richard P. Curnow
2007-06-26 22:13:40 +01:00
3 changed files with 13 additions and 4 deletions

View 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