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
PBogus, /* 6 */
PBogus, /* 7 */
PBogus, /* 8 */
- PNewUUID, /* 9 */
+ PNewUuid, /* 9 */
};
static int (*(OpioctlSw[])) () = {
#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
#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