diff options
Diffstat (limited to 'japanese/ircII/files')
| -rw-r--r-- | japanese/ircII/files/patch-aa | 19 | ||||
| -rw-r--r-- | japanese/ircII/files/patch-ircflush.c | 21 | ||||
| -rw-r--r-- | japanese/ircII/files/patch-source::wserv.c | 24 | ||||
| -rw-r--r-- | japanese/ircII/files/patch-source_server.c | 11 |
4 files changed, 0 insertions, 75 deletions
diff --git a/japanese/ircII/files/patch-aa b/japanese/ircII/files/patch-aa deleted file mode 100644 index 3e019fb2f190..000000000000 --- a/japanese/ircII/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** include/config.h.orig Mon Jul 3 23:42:29 1995 ---- include/config.h Mon Jul 3 23:42:40 1995 -*************** -*** 123,129 **** - * set this is you want have debugging in the client... really pretty - * boring.. - */ -! #define DEBUG - - /* - * define this if you are on a machine that dynamically changes ip ---- 123,129 ---- - * set this is you want have debugging in the client... really pretty - * boring.. - */ -! #undef DEBUG - - /* - * define this if you are on a machine that dynamically changes ip diff --git a/japanese/ircII/files/patch-ircflush.c b/japanese/ircII/files/patch-ircflush.c deleted file mode 100644 index b3cd654bbb41..000000000000 --- a/japanese/ircII/files/patch-ircflush.c +++ /dev/null @@ -1,21 +0,0 @@ -Adding the following patch to the files/ directory removes the unneeded -inclusion. - ---- source/ircflush.c Fri Jan 6 16:16:45 1995 -+++ source/ircflush.c Mon Jun 4 09:38:12 2007 -@@ -12,15 +12,6 @@ - #include "irc.h" - #include <sys/wait.h> - --#ifndef __linux__ --# ifdef __svr4__ --# include <sys/termios.h> --# else --# include <sgtty.h> /* SVR4 => sgtty = yuk */ --# endif /* SOLARIS */ --#endif /* __linux__ */ -- -- - #define BUFFER_SIZE 1024 - - /* descriptors of the tty and pty */ diff --git a/japanese/ircII/files/patch-source::wserv.c b/japanese/ircII/files/patch-source::wserv.c deleted file mode 100644 index 76233b6d7dd6..000000000000 --- a/japanese/ircII/files/patch-source::wserv.c +++ /dev/null @@ -1,24 +0,0 @@ ---- source/wserv.c.orig Sat Jul 2 11:32:13 1994 -+++ source/wserv.c Tue Oct 15 07:52:08 2002 -@@ -80,7 +80,7 @@ - strcpy(addr->sun_path, argv[1]); - s = socket(AF_UNIX, SOCK_STREAM, 0); - if (0 > connect(s, (struct sockaddr *) addr, sizeof(addr->sun_family) + -- strlen(addr->sun_path))) -+ strlen(addr->sun_path) + 1)) - exit(0); - - /* -@@ -88,10 +88,10 @@ - * can grab the size of the tty, and have it changed. - */ - -- tmp = ttyname(0); -+ if ((tmp = ttyname(0)) == NULL) -+ perror("ttyname(0)"); - write(s, tmp, strlen(tmp)); - write(s, "\n", 1); -- perror(tmp); - - term_init(); - diff --git a/japanese/ircII/files/patch-source_server.c b/japanese/ircII/files/patch-source_server.c deleted file mode 100644 index d27cb8127c46..000000000000 --- a/japanese/ircII/files/patch-source_server.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/server.c.orig Sun Jun 19 01:34:12 2005 -+++ source/server.c Sun Mar 20 00:41:53 2005 -@@ -1552,6 +1552,8 @@ - arg6, arg7, arg8, arg9, arg10); - #endif - Euc2Jis(buffer, buffer2); -+ if (buffer2[strlen(buffer2) - 1] == ' ') -+ buffer2[strlen(buffer2) - 1] = '\0'; - - len = strlen(buffer2); - if (len > (IRCD_BUFFER_SIZE - 2)) |
