summaryrefslogtreecommitdiffstats
path: root/meta/packages/busybox/busybox-1.01/uclibc_posix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/busybox/busybox-1.01/uclibc_posix.patch')
-rw-r--r--meta/packages/busybox/busybox-1.01/uclibc_posix.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/busybox/busybox-1.01/uclibc_posix.patch b/meta/packages/busybox/busybox-1.01/uclibc_posix.patch
index aefb994068..186f3f9c3a 100644
--- a/meta/packages/busybox/busybox-1.01/uclibc_posix.patch
+++ b/meta/packages/busybox/busybox-1.01/uclibc_posix.patch
@@ -1,12 +1,13 @@
1see http://www.busybox.net/lists/busybox/2004-December/013276.html 1see http://www.busybox.net/lists/busybox/2004-December/013276.html
2and http://bugs.openembedded.org/show_bug.cgi?id=657
2 3
3--- busybox-old/libbb/loop.c 2004-08-16 04:36:28.000000000 -0400 4--- busybox-1.01/libbb/loop.c 2006/03/13 22:18:47 1.1
4+++ busybox/libbb/loop.c 2004-12-04 23:45:58.000000000 -0500 5+++ busybox-1.01/libbb/loop.c 2006/03/13 22:19:57
5@@ -19,6 +19,7 @@ 6@@ -19,6 +19,7 @@
6 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 7 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
7 */ 8 */
8 9
9+#include <asm/posix_types.h> 10+#include <linux/types.h>
10 #include <stdio.h> 11 #include <stdio.h>
11 #include <errno.h> 12 #include <errno.h>
12 #include <fcntl.h> 13 #include <fcntl.h>