From: Derrick Brashear Date: Sat, 23 Jun 2007 07:21:00 +0000 (+0000) Subject: newuuid-fix-20070622 X-Git-Tag: BP-openafs-windows-kdfs-ifs~645 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ec223f850b654365d13a7f8ae483c883d35413ab;p=packages%2Fo%2Fopenafs.git newuuid-fix-20070622 yeah, i should commit from places with better network if i'm going to need to edit in place, so i can see what i'm typing --- diff --git a/src/afs/afs_pioctl.c b/src/afs/afs_pioctl.c index 3ddb35a5a..7c2185ed6 100644 --- a/src/afs/afs_pioctl.c +++ b/src/afs/afs_pioctl.c @@ -200,7 +200,7 @@ static int (*(CpioctlSw[])) () = { PBogus, /* 6 */ PBogus, /* 7 */ PBogus, /* 8 */ - PNewUUID, /* 9 */ + PNewUuid, /* 9 */ }; static int (*(OpioctlSw[])) () = { diff --git a/src/rx/rx_packet.c b/src/rx/rx_packet.c index 6daca6f8c..a94cddbab 100644 --- a/src/rx/rx_packet.c +++ b/src/rx/rx_packet.c @@ -2235,7 +2235,7 @@ rxi_SendPacket(struct rx_call *call, struct rx_connection *conn, #ifdef AFS_NT40_ENV code == -1 && WSAGetLastError() == WSAEHOSTUNREACH #elif defined(AFS_LINUX20_ENV) && defined(KERNEL) - code == -ENETUNRECH + code == -ENETUNREACH #elif defined(AFS_DARWIN_ENV) && defined(KERNEL) code == EHOSTUNREACH #else @@ -2427,7 +2427,7 @@ rxi_SendPacketList(struct rx_call *call, struct rx_connection *conn, #ifdef AFS_NT40_ENV code == -1 && WSAGetLastError() == WSAEHOSTUNREACH #elif defined(AFS_LINUX20_ENV) && defined(KERNEL) - code == -ENETUNRECH + code == -ENETUNREACH #elif defined(AFS_DARWIN_ENV) && defined(KERNEL) code == EHOSTUNREACH #else