From 7ae7b018ccf7760013f368fcb83aad9ecd8982a8 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 20 Jun 2016 16:23:28 +0000 Subject: With the power of USES=dos2unix, get rid of most patches and files with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight --- irc/psybnc/files/patch-src_p__idea.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 irc/psybnc/files/patch-src_p__idea.c (limited to 'irc/psybnc/files/patch-src_p__idea.c') diff --git a/irc/psybnc/files/patch-src_p__idea.c b/irc/psybnc/files/patch-src_p__idea.c new file mode 100644 index 000000000000..4191c9a44231 --- /dev/null +++ b/irc/psybnc/files/patch-src_p__idea.c @@ -0,0 +1,21 @@ +--- src/p_idea.c.orig 2016-06-20 14:41:27 UTC ++++ src/p_idea.c +@@ -50,6 +50,9 @@ static char rcsid[] = "@(#)$Id: p_idea.c + * string encryption by psychoid + */ + ++ ++#include ++/* + #include + #include + #include +@@ -62,7 +65,7 @@ extern int cline; + + #define pcontext { strmncpy(ctxt,__FILE__,sizeof(ctxt));strmncpy(cfunc,__FUNCTION__,sizeof(cfunc)); cline=__LINE__; } + #define pmalloc(n) __pmalloc((n),__FILE__,__FUNCTION__,__LINE__) +- ++*/ + #ifdef CRYPT + + #define IDEAROUNDS 8 -- cgit v1.2.3