mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
446 B

  1. --- ./include/asm-sparc/byteorder.h.orig 2004-11-21 14:52:27.000000000 +0100
  2. +++ ./include/asm-sparc/byteorder.h 2004-12-02 22:37:37.459072968 +0100
  3. @@ -4,10 +4,8 @@
  4. #include <asm/types.h>
  5. -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
  6. -# define __BYTEORDER_HAS_U64__
  7. -# define __SWAB_64_THRU_32__
  8. -#endif
  9. +#define __BYTEORDER_HAS_U64__
  10. +#define __SWAB_64_THRU_32__
  11. #include <linux/byteorder/big_endian.h>