]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
check _SQUID_NEWSOS6_ instead
authorwessels <>
Wed, 13 Jan 1999 06:22:28 +0000 (06:22 +0000)
committerwessels <>
Wed, 13 Jan 1999 06:22:28 +0000 (06:22 +0000)
src/comm.cc

index 04e30007fb1a444d879c0902532e58227cd06592..94a24668573294d8246927373d9f707df34013c9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.297 1999/01/12 16:42:15 wessels Exp $
+ * $Id: comm.cc,v 1.298 1999/01/12 23:22:28 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -430,7 +430,7 @@ comm_connect_addr(int sock, const struct sockaddr_in *address)
        if (x < 0)
            debug(5, 9) ("connect FD %d: %s\n", sock, xstrerror());
     } else {
-#if defined(sony)
+#if defined(_SQUID_NEWSOS6_)
        /* Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp> */
        connect(sock, (struct sockaddr *) address, sizeof(*address));
        if (errno == EINVAL) {