diff options
author | 2005-10-08 12:11:50 +0000 | |
---|---|---|
committer | 2005-10-08 12:11:50 +0000 | |
commit | 7f4df95221ddc406e940fcb6e835faf9cec42754 (patch) | |
tree | 69bf7a2e9391fdedcbfc88fea3c2dcddd125e6e0 /net-irc/bnc/files | |
parent | 1.01.00 in portage. (diff) | |
download | historical-7f4df95221ddc406e940fcb6e835faf9cec42754.tar.gz historical-7f4df95221ddc406e940fcb6e835faf9cec42754.tar.bz2 historical-7f4df95221ddc406e940fcb6e835faf9cec42754.zip |
rekeyword ~amd64 with the patch from bug 106901
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-irc/bnc/files')
-rw-r--r-- | net-irc/bnc/files/bnc-2.9.3-64bit.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-irc/bnc/files/bnc-2.9.3-64bit.patch b/net-irc/bnc/files/bnc-2.9.3-64bit.patch new file mode 100644 index 000000000000..0eb94a4817ce --- /dev/null +++ b/net-irc/bnc/files/bnc-2.9.3-64bit.patch @@ -0,0 +1,20 @@ +--- bnc2.9.3-orig/server.c 2005-02-07 01:29:11.000000000 +0000 ++++ bnc2.9.3/server.c 2005-09-22 18:10:18.000000000 +0100 +@@ -398,7 +398,7 @@ + int send_queued(struct lsock *ls) + { + int res; +- int length; ++ size_t length; + char *msg; + + while(sbuf_getlength(&ls->sendq) > 0) +@@ -1114,7 +1114,7 @@ + int dccsend(int fd, struct sbuf *sendq) + { + int res; +- int length; ++ size_t length; + char *msg; + + |