summaryrefslogtreecommitdiff
path: root/package/ctorrent/patches/patch-bencode_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:46:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:46:16 +0200
commitdfc1b1e7d8d180ce72b70ef0b629ee45fd4e2674 (patch)
treeb3b67593a04ed06a6d49cd6178eafdf4bac403c5 /package/ctorrent/patches/patch-bencode_h
parent880a694987b2500a302722530615ec5e70a1d507 (diff)
parent322327d668e6cef8bb5f318bc414593794530b7b (diff)
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ctorrent/patches/patch-bencode_h')
-rw-r--r--package/ctorrent/patches/patch-bencode_h11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/ctorrent/patches/patch-bencode_h b/package/ctorrent/patches/patch-bencode_h
new file mode 100644
index 000000000..594fa668a
--- /dev/null
+++ b/package/ctorrent/patches/patch-bencode_h
@@ -0,0 +1,11 @@
+$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
+--- ctorrent-dnh2.orig/bencode.h 2005-08-27 05:43:00.000000000 +0200
++++ ctorrent-dnh2/bencode.h 2009-06-01 19:11:29.000000000 +0200
+@@ -31,6 +31,6 @@ size_t bencode_int(const int integer, FI
+ size_t bencode_begin_dict(FILE *fp);
+ size_t bencode_begin_list(FILE *fp);
+ size_t bencode_end_dict_list(FILE *fp);
+-size_t bencode_path2list(const char *pathname, FILE *fp);
++size_t bencode_path2list(char *pathname, FILE *fp);
+
+ #endif