12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
|
--- main/php.h.orig Mon Jul 2 10:34:20 2007
|
||
|
+++ main/php.h Mon Jul 2 10:34:20 2007
|
||
|
@@ -150,7 +150,7 @@ char *strtok_r(char *s, const char *delim, char **last
|
||
|
END_EXTERN_C()
|
||
|
#endif
|
||
|
|
||
|
-#ifndef HAVE_SOCKLEN_T
|
||
|
+#if !defined(HAVE_SOCKLEN_T) && !defined(__OpenBSD__)
|
||
|
typedef unsigned int socklen_t;
|
||
|
#endif
|
||
|
|