summaryrefslogtreecommitdiff
path: root/benchmarks/sipp/files/patch-auth.c
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-10 20:39:34 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-10 20:39:34 +0000
commit1280e55e5812ef1dab4c211ae927729b645bf986 (patch)
tree920de4e55a71b6b0ed3347f70d4be2e0f1cbe81f /benchmarks/sipp/files/patch-auth.c
parentupdate to 0.7.1 (diff)
update to 1.1.r6
PR: ports/103032 Submitted by: Artem Naluzhny (maintainer)
Notes
Notes: svn path=/head/; revision=172724
Diffstat (limited to '')
-rw-r--r--benchmarks/sipp/files/patch-auth.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/benchmarks/sipp/files/patch-auth.c b/benchmarks/sipp/files/patch-auth.c
new file mode 100644
index 000000000000..2ed3be8c1e34
--- /dev/null
+++ b/benchmarks/sipp/files/patch-auth.c
@@ -0,0 +1,14 @@
+$FreeBSD$
+
+--- auth.c.orig Tue Aug 29 11:03:34 2006
++++ auth.c Thu Sep 7 22:54:05 2006
+@@ -21,6 +21,9 @@
+ * - introduced AKAv1-MD5
+ */
+
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>