aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/libbt/files/patch-src::bterror.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libbt/files/patch-src::bterror.c')
-rw-r--r--net-p2p/libbt/files/patch-src::bterror.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/libbt/files/patch-src::bterror.c b/net-p2p/libbt/files/patch-src::bterror.c
new file mode 100644
index 00000000000..bf255821bb7
--- /dev/null
+++ b/net-p2p/libbt/files/patch-src::bterror.c
@@ -0,0 +1,13 @@
+--- src/bterror.c.old Thu Feb 26 17:39:15 2004
++++ src/bterror.c Thu Feb 26 17:39:54 2004
+@@ -1,3 +1,9 @@
+ /* bterror.c */
+-#define BTERROR_BODY
+ #include "bterror.h"
++
++char *bterror_string[] = {
++ "Bad protocol ID on peer connection",
++ "Unrecognized Flags in peer protocol handshake",
++ "Peer hash value doesn't match my hash value",
++ "Peer disconnected after repeated errors"
++};