From 1ab8a7dfbc11209cbb771ee2101f1fa62b7fa122 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 28 Mar 2007 10:02:24 +0000 Subject: [PATCH] Add ioc constants for other targets as well, should fix buildbot errors SVN-Revision: 6738 --- net/chrony/patches/002-mips_ioc_constants.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/chrony/patches/002-mips_ioc_constants.patch b/net/chrony/patches/002-mips_ioc_constants.patch index 918994c6d3..c25bd31d09 100644 --- a/net/chrony/patches/002-mips_ioc_constants.patch +++ b/net/chrony/patches/002-mips_ioc_constants.patch @@ -5,7 +5,7 @@ diff -ru chrony-1.21.orig/io_linux.h chrony-1.21/io_linux.h #define CHRONY_IOC_NONE 1U #define CHRONY_IOC_READ 2U #define CHRONY_IOC_WRITE 4U -+#elif defined(__mips__) ++#elif defined(__mips__) || (__powerpc__) || (__arm__) +#define CHRONY_IOC_NRBITS 8 +#define CHRONY_IOC_TYPEBITS 8 +#define CHRONY_IOC_SIZEBITS 13 -- 2.30.2