diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-08-23 15:18:46 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-08-23 15:18:46 +0000 |
commit | 1d98c097d4a3605c0ccba4a7f911ec51141578e4 (patch) | |
tree | 1837fc7cb11f1f4070f1b4e8d7c9d1c03236f50d /irc/party/files/patch-ac | |
parent | upgrade to 1.5.2 (diff) |
Upgrade to 2.13.
PR: ports/41941
Submitted by: maintainer
Approved by: dwcjr (mentor)
Diffstat (limited to '')
-rw-r--r-- | irc/party/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/party/files/patch-ac b/irc/party/files/patch-ac deleted file mode 100644 index ee8a7c887d04..000000000000 --- a/irc/party/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- proc.c.orig Thu Aug 22 23:22:19 2002 -+++ proc.c Thu Aug 22 23:22:31 2002 -@@ -50,7 +50,7 @@ - /* If a filter is running, and it is different, kill it */ - if (out_fd != 1) - { -- if (!strncmp(ofilter,opt[OPT_FILTER].str)) -+ if (!strncmp(ofilter,opt[OPT_FILTER].str, BFSZ)) - return(0); - else - stop_filter(); |