K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-05-30T18:32:58.000000Z K 7 svn:log V 252 Fix a 64-bit'ism in the handling of the ident service. sysctlbyname() takes a size_t as its 3rd argument, which is 64-bits on the alpha. The 'len' variable used was a int, which is only 32-bits. Use size_t as the type for 'len' to work-around this. END