summaryrefslogtreecommitdiff
path: root/irc/ctrlproxy/files/patch-src__internals.h
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-09 22:54:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-09 22:54:57 +0000
commit4bb2802cdda90076c139902c2c03268a9364d42d (patch)
treefab38ab5d9dd11ea2d9d10655e0191056275c6cf /irc/ctrlproxy/files/patch-src__internals.h
parent* add version number to LIB_DEPENDS. (diff)
- Update to 3.0.1
PR: ports/107630 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=181928
Diffstat (limited to 'irc/ctrlproxy/files/patch-src__internals.h')
-rw-r--r--irc/ctrlproxy/files/patch-src__internals.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/irc/ctrlproxy/files/patch-src__internals.h b/irc/ctrlproxy/files/patch-src__internals.h
new file mode 100644
index 000000000000..b92da079656e
--- /dev/null
+++ b/irc/ctrlproxy/files/patch-src__internals.h
@@ -0,0 +1,18 @@
+--- 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>