diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:28:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:28:19 +0000 |
commit | eb605bec7bbfd5893523c200212c676f187cd83b (patch) | |
tree | b1eaf956b865d37299262b91a4346b5e977dca9c /package/fuse/patches/300-workaround-uclibc-pthread-breakage.patch | |
parent | a346b400c63e5490aad00c39bf121ee5b8e4d68c (diff) | |
download | upstream-eb605bec7bbfd5893523c200212c676f187cd83b.tar.gz upstream-eb605bec7bbfd5893523c200212c676f187cd83b.tar.bz2 upstream-eb605bec7bbfd5893523c200212c676f187cd83b.zip |
package/fuse: refresh patches
SVN-Revision: 20461
Diffstat (limited to 'package/fuse/patches/300-workaround-uclibc-pthread-breakage.patch')
-rw-r--r-- | package/fuse/patches/300-workaround-uclibc-pthread-breakage.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/fuse/patches/300-workaround-uclibc-pthread-breakage.patch b/package/fuse/patches/300-workaround-uclibc-pthread-breakage.patch index dded4d850e..a7d0c0ad2a 100644 --- a/package/fuse/patches/300-workaround-uclibc-pthread-breakage.patch +++ b/package/fuse/patches/300-workaround-uclibc-pthread-breakage.patch @@ -1,6 +1,5 @@ -diff -Nurp fuse-2.8.1.orig/lib/helper.c fuse-2.8.1/lib/helper.c ---- fuse-2.8.1.orig/lib/helper.c 2009-06-18 13:14:09.000000000 +0200 -+++ fuse-2.8.1/lib/helper.c 2009-12-17 01:11:32.773356000 +0100 +--- a/lib/helper.c ++++ b/lib/helper.c @@ -180,13 +180,41 @@ err: int fuse_daemonize(int foreground) { |