summaryrefslogtreecommitdiffstats
path: root/meta/packages/busybox/busybox-1.01/uclibc_posix.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-03 17:39:29 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-03 17:39:29 +0000
commit6314103003cef434c29d2133769195daf5cc9309 (patch)
tree9c450c156ce82a0a424d5654790def0e895a4707 /meta/packages/busybox/busybox-1.01/uclibc_posix.patch
parent9f9900b9b4ef2d2e855293f7850f81fa0f33a616 (diff)
downloadpoky-6314103003cef434c29d2133769195daf5cc9309.tar.gz
busybox: drop 1.01, make 1.8.2 default
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3888 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/busybox/busybox-1.01/uclibc_posix.patch')
-rw-r--r--meta/packages/busybox/busybox-1.01/uclibc_posix.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/busybox/busybox-1.01/uclibc_posix.patch b/meta/packages/busybox/busybox-1.01/uclibc_posix.patch
deleted file mode 100644
index 186f3f9c3a..0000000000
--- a/meta/packages/busybox/busybox-1.01/uclibc_posix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1see http://www.busybox.net/lists/busybox/2004-December/013276.html
2and http://bugs.openembedded.org/show_bug.cgi?id=657
3
4--- busybox-1.01/libbb/loop.c 2006/03/13 22:18:47 1.1
5+++ busybox-1.01/libbb/loop.c 2006/03/13 22:19:57
6@@ -19,6 +19,7 @@
7 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
8 */
9
10+#include <linux/types.h>
11 #include <stdio.h>
12 #include <errno.h>
13 #include <fcntl.h>
14@@ -30,7 +31,6 @@
15 /* Grumble... The 2.6.x kernel breaks asm/posix_types.h
16 * so we get to try and cope as best we can... */
17 #include <linux/version.h>
18-#include <asm/posix_types.h>
19
20 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
21 #define __bb_kernel_dev_t __kernel_old_dev_t