You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
354 B
13 lines
354 B
|
|
--- a/sipp.hpp
|
|
+++ b/sipp.hpp
|
|
@@ -605,7 +605,7 @@
|
|
#define WS_BUFFER 2 /* Buffer the message if there is no room for writing the message. */
|
|
|
|
|
|
-#if defined (__hpux) || defined (__alpha) && !defined (__FreeBSD__)
|
|
+#if defined (__hpux) || defined (__digital__) && defined(__unix__)
|
|
#define sipp_socklen_t int
|
|
#else
|
|
#define sipp_socklen_t socklen_t
|