diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-24 07:06:23 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-24 07:06:23 +0000 |
commit | cd0d52cbccd8c66fd7b28a35eb69efdc4231201f (patch) | |
tree | acdb0d2e7e361393f49b8e0d2cb18981ab95fa34 /package/busybox/patches/913-libbb_hash.patch | |
parent | fe20d5fa6ebf13c5e8b05bb3b5962aa37a1e34e5 (diff) |
sync busybox with trunk (update to v1.1.3).
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3823 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/913-libbb_hash.patch')
-rw-r--r-- | package/busybox/patches/913-libbb_hash.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/busybox/patches/913-libbb_hash.patch b/package/busybox/patches/913-libbb_hash.patch index a146a07d4a..3a6a2ba1d1 100644 --- a/package/busybox/patches/913-libbb_hash.patch +++ b/package/busybox/patches/913-libbb_hash.patch @@ -1,3 +1,6 @@ +# +# expose (again) an hash_fd function (used 911-ipkg.patch) +# diff -ruN busybox-1.1.1-old/coreutils/md5_sha1_sum.c busybox-1.1.1-new/coreutils/md5_sha1_sum.c --- busybox-1.1.1-old/coreutils/md5_sha1_sum.c 2006-03-30 00:14:50.000000000 +0200 +++ busybox-1.1.1-new/coreutils/md5_sha1_sum.c 2006-03-29 23:46:51.000000000 +0200 |