Browse Source

the final fix for kdemultimeda (compiles now finally)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1162 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
05f3be0675
1 changed files with 15 additions and 2 deletions
  1. +15
    -2
      package/base/linux24/99-byteorder-i386.patch

+ 15
- 2
package/base/linux24/99-byteorder-i386.patch

@ -25,8 +25,21 @@ Fix for useage in user-space applications, e.g. kdemultimedia.
- Rene Rebe <rene@rocklinux.org>
--- linux-2.4.21-rock/include/asm-i386/byteorder.h 2003-06-13 16:51:38.000000000 +0200
+++ linux-2.4.21-rock/include/asm-i386/byteorder.h 2003-08-23 16:01:50.000000000 +0200
--- linux/include/asm-i386/byteorder.h 2003-08-23 22:00:53.000000000 +0200
+++ linux/include/asm-i386/byteorder.h 2003-08-23 21:58:06.000000000 +0200
@@ -35,8 +35,8 @@
}
-static inline __u64 ___arch__swab64(__u64 val)
+static __inline__ __u64 ___arch__swab64(__u64 val)
{
union {
struct { __u32 a,b; } s;
--- linux/include/asm-i386/byteorder.h 2003-08-23 22:00:53.000000000 +0200
+++ linux/include/asm-i386/byteorder.h 2003-08-23 21:58:06.000000000 +0200
@@ -43,13 +43,13 @@
} v;
v.u = val;

|||||||
100:0
Loading…
Cancel
Save