diff options
author | Martin Dietze <di@fh-wedel.de> | 2009-05-19 15:54:48 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-19 15:54:50 +0200 |
commit | ceefd8ff95b123bc71e7fbf34515ca06c8c67f6d (patch) | |
tree | 4b3a55a47d7f03d9dbac8077c517d1ce766f1a9a /recipes/busybox/busybox-1.3.1/xargs-double-size.patch | |
parent | 9f026f95ef802e993fd4b65c03ee85a4b4601421 (diff) |
busybox: add more patches, update nylon defconfig
Diffstat (limited to 'recipes/busybox/busybox-1.3.1/xargs-double-size.patch')
-rw-r--r-- | recipes/busybox/busybox-1.3.1/xargs-double-size.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/busybox/busybox-1.3.1/xargs-double-size.patch b/recipes/busybox/busybox-1.3.1/xargs-double-size.patch index df64554ffc..ef1e5df7a1 100644 --- a/recipes/busybox/busybox-1.3.1/xargs-double-size.patch +++ b/recipes/busybox/busybox-1.3.1/xargs-double-size.patch @@ -1,5 +1,5 @@ ---- busybox-1.2.1/findutils/xargs.c.org 2006-09-19 18:18:17.084592997 +0200 -+++ busybox-1.2.1/findutils/xargs.c 2006-09-19 18:18:09.820275793 +0200 +--- busybox-1.3.1/findutils/xargs.c.org 2006-09-19 18:18:17.084592997 +0200 ++++ busybox-1.3.1/findutils/xargs.c 2006-09-19 18:18:09.820275793 +0200 @@ -466,8 +466,8 @@ have it at 1 meg). Things will work fine with a large ARG_MAX but it will probably hurt the system more than it needs to; an array of this |