dmitry Mon Jun 25 14:23:21 2007 UTC Modified files: /php-src configure.in Log: Fixed stat() to support rdev, blocksize and blocks on Fedora 7 http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.627&r2=1.628&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.627 php-src/configure.in:1.628 --- php-src/configure.in:1.627 Thu May 24 23:31:15 2007 +++ php-src/configure.in Mon Jun 25 14:23:21 2007 @@ -1,4 +1,4 @@ - ## $Id: configure.in,v 1.627 2007/05/24 23:31:15 sniper Exp $ -*- autoconf -*- + ## $Id: configure.in,v 1.628 2007/06/25 14:23:21 dmitry Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -371,6 +371,7 @@ sys/resource.h \ sys/select.h \ sys/socket.h \ +sys/stat.h \ sys/statfs.h \ sys/statvfs.h \ sys/vfs.h \
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php