diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-05-24 07:06:23 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-05-24 07:06:23 +0000 |
commit | 551aff096d4a7a636d86c58b8234284e4bd73f15 (patch) | |
tree | ecc96c48960adba217861726f9e9fb499d0d43cc /openwrt/package/busybox/patches/913-libbb_hash.patch | |
parent | f69beb4a342221c97ca8bddb815f7eb73bb5b3dd (diff) | |
download | mtk-20170518-551aff096d4a7a636d86c58b8234284e4bd73f15.zip mtk-20170518-551aff096d4a7a636d86c58b8234284e4bd73f15.tar.gz mtk-20170518-551aff096d4a7a636d86c58b8234284e4bd73f15.tar.bz2 |
sync busybox with trunk (update to v1.1.3).
SVN-Revision: 3823
Diffstat (limited to 'openwrt/package/busybox/patches/913-libbb_hash.patch')
-rw-r--r-- | openwrt/package/busybox/patches/913-libbb_hash.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/busybox/patches/913-libbb_hash.patch b/openwrt/package/busybox/patches/913-libbb_hash.patch index a146a07..3a6a2ba 100644 --- a/openwrt/package/busybox/patches/913-libbb_hash.patch +++ b/openwrt/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 |