diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-26 10:48:12 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-26 10:48:12 +0000 |
commit | 693fac0b2ceb521c8fdf2677c7ecdbf20aa72ff6 (patch) | |
tree | d96a4c37c105086265d7e30044a4d4b72147cf57 /net-p2p/py-bittorrent-devel/files | |
parent | f2f38e6e7cb7eb01439fdd0ecd16759410420dd3 (diff) |
Notes
Diffstat (limited to 'net-p2p/py-bittorrent-devel/files')
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py b/net-p2p/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py new file mode 100644 index 000000000000..d0fa6f8e8052 --- /dev/null +++ b/net-p2p/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py @@ -0,0 +1,11 @@ +--- BitTorrent/defaultargs.py.orig Sun Dec 26 08:41:09 2004 ++++ BitTorrent/defaultargs.py Sun Dec 26 08:41:16 2004 +@@ -83,7 +83,7 @@ + 'if nonzero, set the TOS option for peer connections to this value'), + ('filesystem_encoding', '', + "character encoding used on the local filesystem. If left empty, autodetected. Autodetection doesn't work under python versions older than 2.3"), +- ('enable_bad_libc_workaround', 0, ++ ('enable_bad_libc_workaround', 1, + 'enable workaround for a bug in BSD libc that makes file reads very slow.'), + ] + |