mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 07:01:53 +02:00
busybox: remove the bogus SIZEOF_LONG check (#1127)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6012 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
29e8bb3130
commit
be1694e4d9
12
package/busybox/patches/210-sizeof_long_check.patch
Normal file
12
package/busybox/patches/210-sizeof_long_check.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ur busybox.old/e2fsprogs/ext2fs/unix_io.c busybox.dev/e2fsprogs/ext2fs/unix_io.c
|
||||
--- busybox.old/e2fsprogs/ext2fs/unix_io.c 2006-12-27 05:55:58.000000000 +0100
|
||||
+++ busybox.dev/e2fsprogs/ext2fs/unix_io.c 2007-01-07 16:16:52.000000000 +0100
|
||||
@@ -419,7 +419,7 @@
|
||||
|
||||
#ifdef __linux__
|
||||
#undef RLIM_INFINITY
|
||||
-#if (defined(__alpha__) || ((defined(__sparc__) || defined(__mips__)) && (SIZEOF_LONG == 4)))
|
||||
+#if (defined(__alpha__) || defined(__sparc__) || defined(__mips__))
|
||||
#define RLIM_INFINITY ((unsigned long)(~0UL>>1))
|
||||
#else
|
||||
#define RLIM_INFINITY (~0UL)
|
Loading…
Reference in New Issue
Block a user