wrowe 2003/01/10 07:09:00 Modified: network_io/unix sockaddr.c Log: Any header required by one platform is likely required by them all... if testsuite IPV6 wasn't working, this is probably the reason. Revision Changes Path 1.36 +0 -2 apr/network_io/unix/sockaddr.c Index: sockaddr.c =================================================================== RCS file: /home/cvs/apr/network_io/unix/sockaddr.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- sockaddr.c 6 Jan 2003 23:44:35 -0000 1.35 +++ sockaddr.c 10 Jan 2003 15:09:00 -0000 1.36 @@ -57,9 +57,7 @@ #include "apr.h" #include "apr_lib.h" #include "apr_strings.h" -#ifdef NETWARE #include "apr_private.h" -#endif #if APR_HAVE_STDLIB_H #include