bjori Fri Aug 8 08:20:27 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard crypt_freesec.h
Log:
MFH: Fix build on FreeBSD4.11 (bug#45757)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_freesec.h?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/crypt_freesec.h
diff -u php-src/ext/standard/crypt_freesec.h:1.1.2.2
php-src/ext/standard/crypt_freesec.h:1.1.2.3
--- php-src/ext/standard/crypt_freesec.h:1.1.2.2 Mon Jul 28 11:50:34 2008
+++ php-src/ext/standard/crypt_freesec.h Fri Aug 8 08:20:27 2008
@@ -1,10 +1,10 @@
-/* $Id: crypt_freesec.h,v 1.1.2.2 2008/07/28 11:50:34 pajoye Exp $ */
+/* $Id: crypt_freesec.h,v 1.1.2.3 2008/08/08 08:20:27 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