source: freewrt/tools/jffs2/patches/patch-include_mtd_jffs2-user_h@ fdd4f59

freewrt_1_0 freewrt_2_0
Last change on this file since fdd4f59 was fdd4f59, checked in by Thorsten Glaser <tg@…>, 19 years ago

run update-patches, simple cases

git-svn-id: svn://www.freewrt.org/trunk/freewrt@434 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 434 bytes
Line 
1$FreeWRT$
2--- mtd-20050122.orig.orig/include/mtd/jffs2-user.h Wed May 5 11:57:32 2004
3+++ mtd-20050122.orig/include/mtd/jffs2-user.h Thu Jul 27 10:22:54 2006
4@@ -19,8 +19,6 @@
5 #undef je32_to_cpu
6 #undef jemode_to_cpu
7
8-extern int target_endian;
9-
10 #define t16(x) ({ uint16_t __b = (x); (target_endian==__BYTE_ORDER)?__b:bswap_16(__b); })
11 #define t32(x) ({ uint32_t __b = (x); (target_endian==__BYTE_ORDER)?__b:bswap_32(__b); })
12
Note: See TracBrowser for help on using the repository browser.