guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compile issues for 1.8.0 on Solaris 10


From: Kevin Ryde
Subject: Re: Compile issues for 1.8.0 on Solaris 10
Date: Wed, 07 Jun 2006 09:26:06 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Charles Gagnon <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]