summaryrefslogtreecommitdiffstats
path: root/meta/packages/busybox/busybox-1.01/uclibc_posix.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/busybox/busybox-1.01/uclibc_posix.patch
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadpoky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 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.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/busybox/busybox-1.01/uclibc_posix.patch b/meta/packages/busybox/busybox-1.01/uclibc_posix.patch
new file mode 100644
index 0000000000..aefb994068
--- /dev/null
+++ b/meta/packages/busybox/busybox-1.01/uclibc_posix.patch
@@ -0,0 +1,20 @@
1see http://www.busybox.net/lists/busybox/2004-December/013276.html
2
3--- busybox-old/libbb/loop.c 2004-08-16 04:36:28.000000000 -0400
4+++ busybox/libbb/loop.c 2004-12-04 23:45:58.000000000 -0500
5@@ -19,6 +19,7 @@
6 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
7 */
8
9+#include <asm/posix_types.h>
10 #include <stdio.h>
11 #include <errno.h>
12 #include <fcntl.h>
13@@ -30,7 +31,6 @@
14 /* Grumble... The 2.6.x kernel breaks asm/posix_types.h
15 * so we get to try and cope as best we can... */
16 #include <linux/version.h>
17-#include <asm/posix_types.h>
18
19 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
20 #define __bb_kernel_dev_t __kernel_old_dev_t