aboutsummaryrefslogtreecommitdiff
path: root/news/newspost
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2003-02-08 15:49:41 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2003-02-08 15:49:41 +0000
commit687739ba7c52480afbc44f42384338692cb92f7e (patch)
tree18b9a15ed4458b51930c1d6acc652d92e70eb4cf /news/newspost
parent4f59a8e1c487730c7e919e330e1b1d166556d160 (diff)
downloadports-687739ba7c52480afbc44f42384338692cb92f7e.tar.gz
ports-687739ba7c52480afbc44f42384338692cb92f7e.zip
Unbreak on -CURRENT.
PR: 47999 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=75129
Diffstat (limited to 'news/newspost')
-rw-r--r--news/newspost/files/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/news/newspost/files/patch-aa b/news/newspost/files/patch-aa
new file mode 100644
index 000000000000..fdd8ccde64e7
--- /dev/null
+++ b/news/newspost/files/patch-aa
@@ -0,0 +1,10 @@
+--- base/socket.c.orig Sun Jul 21 21:58:52 2002
++++ base/socket.c Thu Feb 6 12:22:46 2003
+@@ -19,6 +19,7 @@
+ */
+
+ #include <signal.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netdb.h>
+ #include <netinet/in.h>