diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 08:44:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 08:44:54 +0000 |
commit | c24ee09e79f5208b9e81e01eb22ea2fa2ae503fc (patch) | |
tree | 14c5396ee74f9d19f97171f12d02d820433380a6 /net/tsocks/files/patch-parser.c | |
parent | Upgrade to 8352. (diff) |
Make port buildable on -STABLE
Notes
Notes:
svn path=/head/; revision=90604
Diffstat (limited to '')
-rw-r--r-- | net/tsocks/files/patch-parser.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/tsocks/files/patch-parser.c b/net/tsocks/files/patch-parser.c new file mode 100644 index 000000000000..080776142a2f --- /dev/null +++ b/net/tsocks/files/patch-parser.c @@ -0,0 +1,10 @@ +--- parser.c.orig Wed Oct 8 01:43:48 2003 ++++ parser.c Wed Oct 8 01:43:58 2003 +@@ -4,6 +4,7 @@ + + */ + ++#include <sys/types.h> + #include <netinet/in.h> + #include <sys/socket.h> + #include <arpa/inet.h> |