cvs: TSRM / tsrm_virtual_cwd.c
[email protected] ("Felipe Pena")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsfelipe1226540097@cvsserver> |
felipe Thu Nov 13 01:34:57 2008 UTC
Modified files:
/TSRM tsrm_virtual_cwd.c
Log:
- Fixed macro redefinition warning
http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?r1=1.130&r2=1.131&diff_format=u
Index: TSRM/tsrm_virtual_cwd.c
diff -u TSRM/tsrm_virtual_cwd.c:1.130 TSRM/tsrm_virtual_cwd.c:1.131
--- TSRM/tsrm_virtual_cwd.c:1.130 Thu Sep 4 08:03:30 2008
+++ TSRM/tsrm_virtual_cwd.c Thu Nov 13 01:34:57 2008
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: tsrm_virtual_cwd.c,v 1.130 2008/09/04 08:03:30 pajoye Exp $ */
+/* $Id: tsrm_virtual_cwd.c,v 1.131 2008/11/13 01:34:57 felipe Exp $ */
#include <sys/types.h>
#include <sys/stat.h>
@@ -503,6 +503,7 @@
}
/* }}} */
+#undef LINK_MAX
#define LINK_MAX 32
static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, int is_dir, int *link_is_dir TSRMLS_DC) /* {{{ */