aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorchinsan <chinsan@FreeBSD.org>2009-01-03 13:59:08 +0800
committerchinsan <chinsan@FreeBSD.org>2009-01-03 13:59:08 +0800
commit5157d7bbdbf4b49766a5707bcdb1064c7c86abd8 (patch)
treea14990ae165ff9c6d25e94084ba6b5128bee0bdb /irc
parent585eaec71555c7f6be180352d1a8d07ff7fb4fab (diff)
downloadfreebsd-ports-gnome-5157d7bbdbf4b49766a5707bcdb1064c7c86abd8.tar.gz
freebsd-ports-gnome-5157d7bbdbf4b49766a5707bcdb1064c7c86abd8.tar.zst
freebsd-ports-gnome-5157d7bbdbf4b49766a5707bcdb1064c7c86abd8.zip
- Remove unused patch
Diffstat (limited to 'irc')
-rw-r--r--irc/ctrlproxy/files/patch-lib_connection.c15
-rw-r--r--irc/ctrlproxy/files/patch-src__internals.h18
2 files changed, 0 insertions, 33 deletions
diff --git a/irc/ctrlproxy/files/patch-lib_connection.c b/irc/ctrlproxy/files/patch-lib_connection.c
deleted file mode 100644
index d5df0a2b084a..000000000000
--- a/irc/ctrlproxy/files/patch-lib_connection.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- lib/connection.c.orig
-+++ lib/connection.c
-@@ -467,7 +467,8 @@
- if (error) {
- network_log(LOG_ERROR, s, "Unable to lookup %s:%s %s",
- cs->host, cs->port, gai_strerror(error));
-- freeaddrinfo(addrinfo);
-+ if(addrinfo)
-+ freeaddrinfo(addrinfo);
- return FALSE;
- }
-
diff --git a/irc/ctrlproxy/files/patch-src__internals.h b/irc/ctrlproxy/files/patch-src__internals.h
deleted file mode 100644
index b92da079656e..000000000000
--- a/irc/ctrlproxy/files/patch-src__internals.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/internals.h.orig Fri Jan 5 06:33:06 2007
-+++ src/internals.h Fri Jan 5 23:27:32 2007
-@@ -29,12 +29,13 @@
- # include <unistd.h>
- #endif
- #include <netdb.h>
--#include <sys/socket.h>
- #include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
-+#include <arpa/inet.h>
- #include <errno.h>
- #include <stdio.h>
- #include <stdlib.h>
--#include <sys/types.h>
- #include <string.h>
- #include <stdarg.h>
- #include <signal.h>