Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 21 years ago
parent
commit
4b624821ee
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      package/base/linux/linux26/arch-ppc-asm_byteorder-ansi-c.patch

+ 15
- 0
package/base/linux/linux26/arch-ppc-asm_byteorder-ansi-c.patch

@ -0,0 +1,15 @@
--- ./include/asm-ppc/byteorder.h.orig 2004-12-02 21:08:03.100528624 +0100
+++ ./include/asm-ppc/byteorder.h 2004-12-02 21:08:53.274900960 +0100
@@ -64,10 +64,8 @@
#endif /* __KERNEL__ */
-#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
-# define __BYTEORDER_HAS_U64__
-# define __SWAB_64_THRU_32__
-#endif
+#define __BYTEORDER_HAS_U64__
+#define __SWAB_64_THRU_32__
#endif /* __GNUC__ */

Loading…
Cancel
Save