From bb410056aae470f98b86b017a8e94bd5be807f51 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 18 Feb 2005 12:26:26 +0000 Subject: Unbreak on alpha. PR: ports/76963 Submitted by: Florent Thoumie --- benchmarks/sipp/files/patch-sipp.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 benchmarks/sipp/files/patch-sipp.hpp (limited to 'benchmarks/sipp/files/patch-sipp.hpp') diff --git a/benchmarks/sipp/files/patch-sipp.hpp b/benchmarks/sipp/files/patch-sipp.hpp new file mode 100644 index 000000000000..4c39f89eb72e --- /dev/null +++ b/benchmarks/sipp/files/patch-sipp.hpp @@ -0,0 +1,11 @@ +--- sipp.hpp.orig Tue Feb 1 15:12:35 2005 ++++ sipp.hpp Tue Feb 1 15:12:49 2005 +@@ -268,7 +268,7 @@ + void pollset_remove(int idx); + int pollset_add(call * p_call, int socket); + +-#if defined (__hpux) || defined (__alpha) ++#if defined (__hpux) + #define sipp_socklen_t int + #else + #define sipp_socklen_t socklen_t -- cgit v1.2.3