>sizeof(long) is 8, so this should be OK. But the README in the source >directory
actually with sizeof(long) 8 crypt.c fails. you can see my fix for the ia64 however, i probably did it wrong. it looks like you should probably changed crypt.c so that LONG_IS_32_BITS isnt defined. something like: #if !defined(cray) && !defined(AFS_ALPHA_LINUX20_ENV) #define LONG_IS_32_BITS #endif _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
