diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 19:08:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 19:08:01 +0000 |
commit | 9cd5733d25f2a84ced3fdda74251a878f0c6ea04 (patch) | |
tree | ab809d24ab32107d774f0dfcd5c0c9ad1461ab5b /package/busybox/patches/210-sizeof_long_check.patch | |
parent | 1dca8493f3f357cb3623a8fa69278c89ae46b311 (diff) | |
download | upstream-9cd5733d25f2a84ced3fdda74251a878f0c6ea04.tar.gz upstream-9cd5733d25f2a84ced3fdda74251a878f0c6ea04.tar.bz2 upstream-9cd5733d25f2a84ced3fdda74251a878f0c6ea04.zip |
upgrade busybox to 1.4.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6204 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/210-sizeof_long_check.patch')
-rw-r--r-- | package/busybox/patches/210-sizeof_long_check.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/patches/210-sizeof_long_check.patch b/package/busybox/patches/210-sizeof_long_check.patch deleted file mode 100644 index 5009b49526..0000000000 --- a/package/busybox/patches/210-sizeof_long_check.patch +++ /dev/null @@ -1,12 +0,0 @@ -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) |