hyanantha               Fri Mar 11 05:48:09 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/win32      sendmail.c 
  Log:
  time.h is available in NetWare LibC.
  path sperator has been changed from \ to / while including 
netware\sendmail_nw.h 
  
  
http://cvs.php.net/diff.php/php-src/win32/sendmail.c?r1=1.59.2.2&r2=1.59.2.3&ty=u
Index: php-src/win32/sendmail.c
diff -u php-src/win32/sendmail.c:1.59.2.2 php-src/win32/sendmail.c:1.59.2.3
--- php-src/win32/sendmail.c:1.59.2.2   Wed Jan 19 13:54:48 2005
+++ php-src/win32/sendmail.c    Fri Mar 11 05:48:06 2005
@@ -17,17 +17,17 @@
  *
  */
 
-/* $Id: sendmail.c,v 1.59.2.2 2005/01/19 18:54:48 iliaa Exp $ */
+/* $Id: sendmail.c,v 1.59.2.3 2005/03/11 10:48:06 hyanantha Exp $ */
 
 #include "php.h"                               /*php specific */
 #include <stdio.h>
 #include <stdlib.h>
 #ifndef NETWARE
 #include <winsock2.h>
+#include "time.h"
 #else  /* NETWARE */
-#include <netware\sendmail_nw.h>
+#include <netware/sendmail_nw.h>
 #endif /* NETWARE */
-#include "time.h"
 #include <string.h>
 #include <math.h>
 #ifndef NETWARE

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to