diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-06-18 07:33:47 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-06-18 07:33:47 +0000 |
commit | 4f018d7aa4f78725cf7596224dfaef2be9d2926d (patch) | |
tree | 0a8fbb0966630696aa75dc23810e411c9adb51fb /benchmarks/sipp/files/patch-comp.h | |
parent | - Convert varargs to stdarg (diff) |
Sipp is a performance test tool / traffic generator for the SIP protocol.
It comes with a few basic SipStone user-agents scenarios (UAC & UAS), i
establishing and releasing multiple calls with the INVITE and BYE methods.
WWW: http://sipp.sourceforge.net/
PR: 68036
Submitted by: Jesper Dalberg <jesper@jdn.dk>
Approved by: erwin (mentor)
Notes
Notes:
svn path=/head/; revision=111703
Diffstat (limited to 'benchmarks/sipp/files/patch-comp.h')
-rw-r--r-- | benchmarks/sipp/files/patch-comp.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/benchmarks/sipp/files/patch-comp.h b/benchmarks/sipp/files/patch-comp.h new file mode 100644 index 000000000000..d96897196d6f --- /dev/null +++ b/benchmarks/sipp/files/patch-comp.h @@ -0,0 +1,12 @@ +--- comp.h.orig Thu Jun 17 08:32:56 2004 ++++ comp.h Thu Jun 17 08:33:04 2004 +@@ -19,6 +19,9 @@ + * From Hewlett Packard Company. + */ + ++#if __FreeBSD__ < 5 ++#include <sys/types.h> ++#endif + #include <sys/socket.h> + + #ifdef __cplusplus |