trawick 2002/10/15 04:06:36
Modified: network_io/unix sa_common.c
Log:
get sa_common.c to compile again
Revision Changes Path
1.66 +1 -0 apr/network_io/unix/sa_common.c
Index: sa_common.c
===================================================================
RCS file: /home/cvs/apr/network_io/unix/sa_common.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- sa_common.c 15 Oct 2002 04:10:31 -0000 1.65
+++ sa_common.c 15 Oct 2002 11:06:36 -0000 1.66
@@ -478,6 +478,7 @@
#ifdef NETDB_INTERNAL
NETDB_INTERNAL:
return APR_FROM_OS_ERROR(errno);
+#endif
HOST_NOT_FOUND:
return APR_EHOSTUNREACH;
NO_DATA: