summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-1.01/uclibc_posix.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-08 09:11:44 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-08 09:11:44 +0000
commit76822c8c08c3090902fade2582e0f3e15bde3729 (patch)
treead883f2bf314d828d23c5a4f6dc15d10006c963c /packages/busybox/busybox-1.01/uclibc_posix.patch
parent949689295c384ea7148e762439e319362ab04cb4 (diff)
busybox cleanup:
* remove some outdated / in-between versions * remove angstrom-only defconfig in bb 1.7.2 * make 1.7.2 the new default preference
Diffstat (limited to 'packages/busybox/busybox-1.01/uclibc_posix.patch')
-rw-r--r--packages/busybox/busybox-1.01/uclibc_posix.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/busybox/busybox-1.01/uclibc_posix.patch b/packages/busybox/busybox-1.01/uclibc_posix.patch
deleted file mode 100644
index 186f3f9c3a..0000000000
--- a/packages/busybox/busybox-1.01/uclibc_posix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-see http://www.busybox.net/lists/busybox/2004-December/013276.html
-and http://bugs.openembedded.org/show_bug.cgi?id=657
-
---- busybox-1.01/libbb/loop.c 2006/03/13 22:18:47 1.1
-+++ busybox-1.01/libbb/loop.c 2006/03/13 22:19:57
-@@ -19,6 +19,7 @@
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
-+#include <linux/types.h>
- #include <stdio.h>
- #include <errno.h>
- #include <fcntl.h>
-@@ -30,7 +31,6 @@
- /* Grumble... The 2.6.x kernel breaks asm/posix_types.h
- * so we get to try and cope as best we can... */
- #include <linux/version.h>
--#include <asm/posix_types.h>
-
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
- #define __bb_kernel_dev_t __kernel_old_dev_t