X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Frx%2Frx_packet.c;h=c75912298bf4c9d8d00ca387533293f5c9c2250d;hp=f9a6ab83929d694452ac65787dd5a0a98af6efaa;hb=82d009d480c6b2a664264329f6940c1a519ea3df;hpb=3fa43862aa17467795121eb21f191066ab399980 diff --git a/src/rx/rx_packet.c b/src/rx/rx_packet.c index f9a6ab8..c759122 100644 --- a/src/rx/rx_packet.c +++ b/src/rx/rx_packet.c @@ -1524,7 +1524,7 @@ void rxi_SendPacket(struct rx_call * call, struct rx_connection * conn, p->retryTime = p->timeSent; /* resend it very soon */ clock_Addmsec(&(p->retryTime), 10 + (((afs_uint32) p->backoff) << 8)); -#if defined(KERNEL) && defined(AFS_LINUX_ENV) +#if defined(KERNEL) && defined(AFS_LINUX20_ENV) /* Linux is nice -- it can tell us right away that we cannot * reach this recipient by returning an ENETUNREACH error * code. So, when this happens let's "down" the host NOW so @@ -1698,7 +1698,7 @@ void rxi_SendPacketList(struct rx_call * call, struct rx_connection * conn, p->retryTime = p->timeSent; /* resend it very soon */ clock_Addmsec(&(p->retryTime), 10 + (((afs_uint32) p->backoff) << 8)); } -#if defined(KERNEL) && defined(AFS_LINUX_ENV) +#if defined(KERNEL) && defined(AFS_LINUX20_ENV) /* Linux is nice -- it can tell us right away that we cannot * reach this recipient by returning an ENETUNREACH error * code. So, when this happens let's "down" the host NOW so