]> granicus.if.org Git - php/commitdiff
changing the windows style directory seperator in netinet\in.h to netinet/in.h
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 10:49:24 +0000 (10:49 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 10:49:24 +0000 (10:49 +0000)
netware/sendmail_nw.h

index 9d0b7fb73c3aa3720e6f88eceffccce127d063d7..d1601fba06ae6b667e39eac3878d34ae11a5345b 100644 (file)
@@ -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 */