summaryrefslogtreecommitdiff
path: root/net/spnetkit/files/patch-spnksocket.hpp
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2008-02-22 13:50:33 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2008-02-22 13:50:33 +0000
commit4e20dc2276fa5fc9a73bb41dc1bc9fccc8c3f097 (patch)
treeee7731ece7e93bf6c4d50371a5f65541ba4bfdd5 /net/spnetkit/files/patch-spnksocket.hpp
parent- Updated to 2.2.20 (diff)
Add spnetkit, it's a C++ wrapper for BSD-style sockets.
Notes
Notes: svn path=/head/; revision=207752
Diffstat (limited to 'net/spnetkit/files/patch-spnksocket.hpp')
-rw-r--r--net/spnetkit/files/patch-spnksocket.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/spnetkit/files/patch-spnksocket.hpp b/net/spnetkit/files/patch-spnksocket.hpp
new file mode 100644
index 000000000000..6635eedcf42b
--- /dev/null
+++ b/net/spnetkit/files/patch-spnksocket.hpp
@@ -0,0 +1,10 @@
+--- spnksocket.hpp.orig 2008-02-18 12:21:26.000000000 +0800
++++ spnksocket.hpp 2008-02-18 12:21:43.000000000 +0800
+@@ -6,6 +6,7 @@
+ #ifndef __spnksocket_hpp__
+ #define __spnksocket_hpp__
+
++#include <sys/time.h>
+ #include <sys/socket.h>
+
+ class SP_NKSocket {