Charles Gagnon <[EMAIL PROTECTED]> writes: > > struct dirent ent; > SCM_SYSCALL (readdir_r ((DIR *) SCM_CELL_WORD_1 (port), &ent));
I'm not sure that'll work, struct dirent can be small, hence the union with the bigger amounts. If you're using that function you might be better just putting 1024 in place of NAME_MAX. _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
