From 5ecdba358cc9796a5c8f88217c7e9b82a5fa5782 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Fri, 25 Feb 2005 06:31:06 +0000 Subject: [PATCH] changing the windows style path seperator in netinet\in.h to netinet/in.h --- netware/sendmail_nw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0