Hello all, the compile problem I see are because of (for example) : #if defined(AFS_SUN5_ENV) #include <sys/sockio.h> #include <sys/fcntl.h> #endif and #if defined(AFS_AIX41_ENV) && defined(KERNEL) #define PIN(a, b) pin(a, b); #define UNPIN(a, b) unpin(a, b); #else #define PIN(a, b) ; #define UNPIN(a, b) ; #endif but I thought that the LINUX_24_ENV was set/needed ?