diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-02 22:09:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-02 22:09:53 +0200 |
commit | 7c520cd3ad42f5d94a9888bb9b3db7c79b6fd94f (patch) | |
tree | c2cb6c76cdcc70b6ee1ca13f6ca209cc88d84305 /package/ctorrent/patches/patch-bencode_h | |
parent | ec275cae0293507fd03a7eeb972780fdbd5d40aa (diff) |
fix regressions for allconfig alix1c glibc target
Diffstat (limited to 'package/ctorrent/patches/patch-bencode_h')
-rw-r--r-- | package/ctorrent/patches/patch-bencode_h | 11 |
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 |