pajoye Mon, 24 Aug 2009 20:33:36 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=287656
Log:
- sigh. that too (separate fix).
Changed paths:
U php/php-src/branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c
U php/php-src/trunk/TSRM/tsrm_virtual_cwd.c
Modified: php/php-src/branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c
===================================================================
--- php/php-src/branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c 2009-08-24
20:32:11 UTC (rev 287655)
+++ php/php-src/branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c 2009-08-24
20:33:36 UTC (rev 287656)
@@ -1193,7 +1193,7 @@
}
/* }}} */
-TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */
+static int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */
{
FILETIME mtime, atime;
HANDLE hFile;
Modified: php/php-src/trunk/TSRM/tsrm_virtual_cwd.c
===================================================================
--- php/php-src/trunk/TSRM/tsrm_virtual_cwd.c 2009-08-24 20:32:11 UTC (rev
287655)
+++ php/php-src/trunk/TSRM/tsrm_virtual_cwd.c 2009-08-24 20:33:36 UTC (rev
287656)
@@ -1192,7 +1192,7 @@
}
/* }}} */
-TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */
+static int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */
{
FILETIME mtime, atime;
HANDLE hFile;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php