diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 06:26:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 06:26:34 +0000 |
commit | 08aeb618e8c60baab42242d18ff7bc53c37d46c6 (patch) | |
tree | 87cc7b74d5286420ad78f6f132aa05ac9083d589 /irc/miau/files/patch-src-dcc.h | |
parent | MAINTAINER-UPDATE: net/trafshow back to ports@freebsd.org (diff) |
[UPDATE]: irc/miah: Update to version 0.6.0.2
This patch will update irc/miah to version 0.6.0.3. This
version fixes various bugs and security fixes as outlined
on http://miau.sourceforge.net/changelog.html.
PR: ports/91437
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Security http://miau.sourceforge.net/changelog.html
Diffstat (limited to '')
-rw-r--r-- | irc/miau/files/patch-src-dcc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/irc/miau/files/patch-src-dcc.h b/irc/miau/files/patch-src-dcc.h deleted file mode 100644 index 85a05c86d62a..000000000000 --- a/irc/miau/files/patch-src-dcc.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/dcc.h.orig Mon May 16 19:35:50 2005 -+++ src/dcc.h Wed Jul 13 16:54:30 2005 -@@ -19,6 +19,9 @@ - - #include <config.h> - #include <string.h> -+#include <sys/types.h> -+#include <sys/select.h> -+ - - #ifdef DCCBOUNCE - |