diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2007-06-23 09:50:13 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2007-06-23 09:50:13 +0000 |
| commit | e9821411a588eec78e7d09897727047b35a5733b (patch) | |
| tree | 04c63bb9931e13fdaae6766968bc5a9690cbdeb7 /net/spserver/files/patch-teststress.cpp | |
| parent | - Fix pkg-message (diff) | |
Add spserver,
it's a tcp server framework library written in C++ based on libevent.
Notes
Notes:
svn path=/head/; revision=194111
Diffstat (limited to 'net/spserver/files/patch-teststress.cpp')
| -rw-r--r-- | net/spserver/files/patch-teststress.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/spserver/files/patch-teststress.cpp b/net/spserver/files/patch-teststress.cpp new file mode 100644 index 000000000000..ec0c8bf3e62e --- /dev/null +++ b/net/spserver/files/patch-teststress.cpp @@ -0,0 +1,11 @@ +--- teststress.cpp.orig Mon Jun 18 12:45:59 2007 ++++ teststress.cpp Mon Jun 18 12:46:06 2007 +@@ -18,7 +18,7 @@ + /* For inet_ntoa. */ + #include <arpa/inet.h> + +-#include "config.h" ++//#include "config.h" + #include "event.h" + + static const char * gHost = "127.0.0.1"; |
