diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-30 19:49:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-30 19:49:40 +0000 |
commit | 3d409f6ca648c229505a17db617776a9db618977 (patch) | |
tree | 3d0a3b8f4962fd97353672164a7feba8e54b7d9f /irc/ircd-ru/files/patch-rc4.c | |
parent | - Update to 0.6.0 (diff) |
- Pass maintainership to submitter
- Unbreak amd64
- Add back MASTER_SITES
- Update start script
PR: ports/107159
Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=181086
Diffstat (limited to 'irc/ircd-ru/files/patch-rc4.c')
-rw-r--r-- | irc/ircd-ru/files/patch-rc4.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/ircd-ru/files/patch-rc4.c b/irc/ircd-ru/files/patch-rc4.c new file mode 100644 index 000000000000..a604a026f631 --- /dev/null +++ b/irc/ircd-ru/files/patch-rc4.c @@ -0,0 +1,10 @@ +--- src/rc4.c.orig Sun Dec 24 01:17:00 2006 ++++ src/rc4.c Sun Dec 24 01:17:25 2006 +@@ -21,6 +21,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + + /* + * Transparent rc4 implementation |