|
|
@ -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; |
|
|
|