diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 04:18:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 04:18:55 +0000 |
commit | 62b072f4e89c12699016484fb47b32edde2934ee (patch) | |
tree | 987168f50d353988633c37e8b67cec6765ce7871 /net/gnomeicu2/files/patch-src_v7recv.c | |
parent | Update to 0.76. For a list of what's new and exciting, see: (diff) |
Update to 0.99.5.
Notes
Notes:
svn path=/head/; revision=106198
Diffstat (limited to 'net/gnomeicu2/files/patch-src_v7recv.c')
-rw-r--r-- | net/gnomeicu2/files/patch-src_v7recv.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/gnomeicu2/files/patch-src_v7recv.c b/net/gnomeicu2/files/patch-src_v7recv.c new file mode 100644 index 000000000000..43a64d9961cd --- /dev/null +++ b/net/gnomeicu2/files/patch-src_v7recv.c @@ -0,0 +1,10 @@ +--- src/v7recv.c.orig Fri Apr 2 15:27:50 2004 ++++ src/v7recv.c Fri Apr 2 15:28:03 2004 +@@ -27,6 +27,7 @@ + #include <stdlib.h> + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <netdb.h> + #include <unistd.h> + #include <fcntl.h> |