diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-10-08 12:11:50 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-10-08 12:11:50 +0000 |
commit | c6fa0c3a9dc7de02fd3bb904ef710310b5e64877 (patch) | |
tree | 89404a8414d22093808bff5e10c8046da79b9e46 /net-irc/bnc/files | |
parent | 1.01.00 in portage. (diff) | |
download | gentoo-2-c6fa0c3a9dc7de02fd3bb904ef710310b5e64877.tar.gz gentoo-2-c6fa0c3a9dc7de02fd3bb904ef710310b5e64877.tar.bz2 gentoo-2-c6fa0c3a9dc7de02fd3bb904ef710310b5e64877.zip |
rekeyword ~amd64 with the patch from bug 106901
(Portage version: 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; + + |