A few minor build issues with the OpenAFS-1.2.3 source package under Windows:
- src\WINNT\afsd\cm_scache.c, src\WINNT\afsd\cm_dcache.c: "ResidencyMask" is not defined in the AFSFetchStatus structure. - Trying to build without -DAFS_FREELANCE_CLIENT (in an attempt to avoid the problem above) fails; several files under src\WINNT\afsd\ reference the cm_freelanceEnabled flag in code that is not ifdef'ed. The flag itself is not defined without -DAFS_FREELANCE_CLIENT. My workaround was to comment out the 2 references to ResidencyMask. Other than that the build completed successfully. Marc _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
