diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2003-02-08 15:49:41 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2003-02-08 15:49:41 +0000 |
commit | 687739ba7c52480afbc44f42384338692cb92f7e (patch) | |
tree | 18b9a15ed4458b51930c1d6acc652d92e70eb4cf /news/newspost | |
parent | 4f59a8e1c487730c7e919e330e1b1d166556d160 (diff) |
Notes
Diffstat (limited to 'news/newspost')
-rw-r--r-- | news/newspost/files/patch-aa | 10 |
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> |