hyanantha               Fri Mar 11 05:49:25 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/netware    sendmail_nw.h 
  Log:
  changing the windows style directory  seperator in netinet\in.h to 
netinet/in.h 
  
  
http://cvs.php.net/diff.php/php-src/netware/sendmail_nw.h?r1=1.1&r2=1.1.2.1&ty=u
Index: php-src/netware/sendmail_nw.h
diff -u php-src/netware/sendmail_nw.h:1.1 php-src/netware/sendmail_nw.h:1.1.2.1
--- php-src/netware/sendmail_nw.h:1.1   Fri Jan  3 06:12:40 2003
+++ php-src/netware/sendmail_nw.h       Fri Mar 11 05:49:24 2005
@@ -4,7 +4,7 @@
 #include <novsock2.h>
 #else
 #include <sys/socket.h>        /* For struct sockaddr, 'PF_INET' and 'AF_INET' 
*/
-#include <netinet\in.h>        /* For struct sockaddr_in */
+#include <netinet/in.h>        /* For struct sockaddr_in */
 #include <netdb.h>             /* For struct hostent */
 /*#include <ws2name.h>*/
 #endif /* USE_WINSOCK */

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

Reply via email to