From 399ec497555ef0d31af300b1bf8ed36d57142c64 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 10 Nov 2004 15:56:15 +0000 Subject: [PATCH] Clifford Wolf: Removed irda-utils/linux-asm-byteorder_h.patch .. not needed after irda-utils update [2004110916074730179] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4790 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../irda-utils/linux-asm-byteorder_h.patch | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 package/base/irda-utils/linux-asm-byteorder_h.patch diff --git a/package/base/irda-utils/linux-asm-byteorder_h.patch b/package/base/irda-utils/linux-asm-byteorder_h.patch new file mode 100644 index 000000000..e68c6b190 --- /dev/null +++ b/package/base/irda-utils/linux-asm-byteorder_h.patch @@ -0,0 +1,64 @@ +--- ./irattach/dongle_attach.c 2002-06-23 20:09:31.000000000 +0000 ++++ ./irattach/dongle_attach.c 2004-10-27 19:06:50.718390704 +0000 +@@ -38,6 +38,19 @@ + #include + #include + ++ ++#ifdef __CHECKER__ ++#define __bitwise __attribute__((bitwise)) ++#else ++#define __bitwise ++#endif ++#define __le16 __bitwise __u16 ++#define __be16 __bitwise __u16 ++#define __le32 __bitwise __u32 ++#define __be32 __bitwise __u32 ++#define __le64 __bitwise __u64 ++#define __be64 __bitwise __u64 ++ + #include + + #include +--- ./irdaping/irdaping.c 2003-07-08 01:33:39.000000000 +0000 ++++ ./irdaping/irdaping.c 2004-10-27 19:07:13.140981952 +0000 +@@ -32,6 +32,18 @@ + #include + #include + ++#ifdef __CHECKER__ ++#define __bitwise __attribute__((bitwise)) ++#else ++#define __bitwise ++#endif ++#define __le16 __bitwise __u16 ++#define __be16 __bitwise __u16 ++#define __le32 __bitwise __u32 ++#define __be32 __bitwise __u32 ++#define __le64 __bitwise __u64 ++#define __be64 __bitwise __u64 ++ + #include + + /* +--- ./tekram/irkbd.c 2000-11-06 21:13:52.000000000 +0000 ++++ ./tekram/irkbd.c 2004-10-27 19:05:01.285027104 +0000 +@@ -45,6 +45,18 @@ + + #include + ++#ifdef __CHECKER__ ++#define __bitwise __attribute__((bitwise)) ++#else ++#define __bitwise ++#endif ++#define __le16 __bitwise __u16 ++#define __be16 __bitwise __u16 ++#define __le32 __bitwise __u32 ++#define __be32 __bitwise __u32 ++#define __le64 __bitwise __u64 ++#define __be64 __bitwise __u64 ++ + #include + + #include "irkbd.h"