Hi, The patch below addresses a (minor) bug in readdir.c. It replaces a (bogus) pointer->int cast with a pointer->intptr_t cast. [pointer->int casts are invalid on many architectures.] OK to commit? If nobody objects, I am going to commit this patch later this week. Ralf