bjori Fri Aug 8 08:19:46 2008 UTC Modified files: /php-src/ext/standard crypt_freesec.h Log: Fix build on FreeBSD4.11 (bug#45757) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_freesec.h?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/standard/crypt_freesec.h diff -u php-src/ext/standard/crypt_freesec.h:1.1 php-src/ext/standard/crypt_freesec.h:1.2 --- php-src/ext/standard/crypt_freesec.h:1.1 Mon Jul 28 11:34:53 2008 +++ php-src/ext/standard/crypt_freesec.h Fri Aug 8 08:19:46 2008 @@ -1,10 +1,10 @@ -/* $Id: crypt_freesec.h,v 1.1 2008/07/28 11:34:53 pajoye Exp $ */ +/* $Id: crypt_freesec.h,v 1.2 2008/08/08 08:19:46 bjori Exp $ */ #ifndef _CRYPT_FREESEC_H #define _CRYPT_FREESEC_H #if PHP_WIN32 # include "win32/php_stdint.h" -#else +#elif HAVE_STDINT_H # include <stdint.h> #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php