diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-05-21 13:45:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-05-21 13:45:22 +0000 |
commit | 63f138e43a4788ff564c546a6c5f022a10a42e26 (patch) | |
tree | a7b163f252ab633c747afcedfad9e69d92e73a29 /net | |
parent | 3b62058932d6120346a0371b3f5872ea7c1c677b (diff) | |
download | ports-63f138e43a4788ff564c546a6c5f022a10a42e26.tar.gz ports-63f138e43a4788ff564c546a6c5f022a10a42e26.zip |
Add patch forgotten in last commit.
Notes
Notes:
svn path=/head/; revision=135760
Diffstat (limited to 'net')
-rw-r--r-- | net/tsclient/files/patch-src_support.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/tsclient/files/patch-src_support.c b/net/tsclient/files/patch-src_support.c new file mode 100644 index 000000000000..76e0edcd6eb4 --- /dev/null +++ b/net/tsclient/files/patch-src_support.c @@ -0,0 +1,11 @@ +--- src/support.c.orig Tue May 10 07:30:51 2005 ++++ src/support.c Sat May 21 13:47:21 2005 +@@ -23,6 +23,8 @@ + #include <fcntl.h> + + #include <arpa/inet.h> ++#include <sys/socket.h> ++#include <netinet/in.h> + #ifdef HAVE_SYS_SOCKIO_H + #include <sys/sockio.h> + #endif |