Add ioc constants for other targets as well, should fix buildbot errors
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 28 Mar 2007 10:02:24 +0000 (10:02 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 28 Mar 2007 10:02:24 +0000 (10:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6738 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/chrony/patches/002-mips_ioc_constants.patch

index 918994c..c25bd31 100644 (file)
@@ -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