aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitchx/files/patch-al
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-03-15 20:31:36 +0000
committerClive Lin <clive@FreeBSD.org>2001-03-15 20:31:36 +0000
commitfb63c5fc8f8f09959d66dba8c42a3625b42b4c4e (patch)
treec63722735b4b9845b3aaa6f8c46293bc716b2d21 /irc/bitchx/files/patch-al
parenta05d1e2f1576cb31228255e9133aed50a5528661 (diff)
o Update to 1.0c18
o Correct plist PR: ports/25830 Submitted by: MAINTAINER Reviewed by: chroot(8)
Diffstat (limited to 'irc/bitchx/files/patch-al')
-rw-r--r--irc/bitchx/files/patch-al23
1 files changed, 0 insertions, 23 deletions
diff --git a/irc/bitchx/files/patch-al b/irc/bitchx/files/patch-al
deleted file mode 100644
index 40d81cb07614..000000000000
--- a/irc/bitchx/files/patch-al
+++ /dev/null
@@ -1,23 +0,0 @@
-*** source/misc.c~ Fri Sep 1 23:08:52 2000
---- source/misc.c Fri Dec 8 10:52:56 2000
-***************
-*** 2641,2646 ****
---- 2641,2648 ----
- switch(type)
- {
- case T_A :
-+ if (dlen != sizeof(struct in_addr))
-+ return 0;
- rptr->re_he.h_length = dlen;
- if (ans == 1)
- rptr->re_he.h_addrtype=(class == C_IN) ?
-***************
-*** 2687,2692 ****
---- 2689,2695 ----
- *alias = NULL;
- break;
- default :
-+ cp += dlen;
- break;
- }
- }