My environment is TRU64 version 5.1 I'm getting the following error during the make stage Compiling nsswitch/wb_client.c Compiling nsswitch/wb_common.c cc: Error: nsswitch/wb_common.c, line 238: In this declaration, "socklen_t" must specify a type. (badparsedecl) socklen_t errnosize; ----------------^ cc: Error: nsswitch/wb_common.c, line 253: In this statement, "errnosize" is not declared. (undeclared) errnosize = sizeof(connect_errno); ----------------------------------------^ *** Exit 1 Stop.
*** This bug has been marked as a duplicate of 3374 ***