]> granicus.if.org Git - php/commitdiff
- Fix build on BSD (5_3 and 5_2 are OK)
authorFelipe Pena <felipe@php.net>
Thu, 14 Aug 2008 01:13:18 +0000 (01:13 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 14 Aug 2008 01:13:18 +0000 (01:13 +0000)
ext/standard/crypt_blowfish.c
ext/standard/php_crypt_r.h

index ee956f48a83b722c2357d1595067ef8c114b10d6..f470b66609fd66019040f98f564623c1fc76dda3 100644 (file)
@@ -47,6 +47,8 @@
 #else
 #define __CONST
 #endif
+#else
+#define __CONST __const
 #endif
 
 #ifdef __i386__
index ad4e23add5e159c23038f57897d6c6150c93160a..39456398c1dafc2d382db12006b2448d5967ee35 100644 (file)
@@ -32,6 +32,8 @@ extern "C"
 #else
 #define __CONST
 #endif
+#else
+#define __CONST __const
 #endif
 
 void php_init_crypt_r();