From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 10:49:24 +0000 (+0000) Subject: changing the windows style directory seperator in netinet\in.h to netinet/in.h X-Git-Tag: php-5.0.4RC1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f5f747d904925ed615c19d6000e660e81aeff51;p=php changing the windows style directory seperator in netinet\in.h to netinet/in.h --- diff --git a/netware/sendmail_nw.h b/netware/sendmail_nw.h index 9d0b7fb73c..d1601fba06 100644 --- a/netware/sendmail_nw.h +++ b/netware/sendmail_nw.h @@ -4,7 +4,7 @@ #include #else #include /* For struct sockaddr, 'PF_INET' and 'AF_INET' */ -#include /* For struct sockaddr_in */ +#include /* For struct sockaddr_in */ #include /* For struct hostent */ /*#include */ #endif /* USE_WINSOCK */