For Programmers: Free Programming Magazines  


Home > Archive > PHP Zend Engine > October 2004 > cvs: TSRM / tsrm_virtual_cwd.c









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: TSRM / tsrm_virtual_cwd.c
Ilia Alshanetsky

2004-10-06, 8:55 pm

iliaa Wed Oct 6 19:56:31 2004 EDT

Modified files:
/TSRM tsrm_virtual_cwd.c
Log:
Fixed compiler warning.


http://cvs.php.net/diff.php/TSRM/ts...63&r2=1.64&ty=u
Index: TSRM/tsrm_virtual_cwd.c
diff -u TSRM/tsrm_virtual_cwd.c:1.63 TSRM/tsrm_virtual_cwd.c:1.64
--- TSRM/tsrm_virtual_cwd.c:1.63 Mon Oct 4 20:42:25 2004
+++ TSRM/tsrm_virtual_cwd.c Wed Oct 6 19:56:29 2004
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/

-/* $Id: tsrm_virtual_cwd.c,v 1.63 2004/10/05 00:42:25 andi Exp $ */
+/* $Id: tsrm_virtual_cwd.c,v 1.64 2004/10/06 23:56:29 iliaa Exp $ */

#include <sys/types.h>
#include <sys/stat.h>
@@ -27,6 +27,7 @@
#include <errno.h>
#include <stdlib.h>
#include <fcntl.h>
+#include <time.h>

#include "tsrm_virtual_cwd.h"
#include "tsrm_strtok_r.h"
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com