Mail Archives: djgpp-workers/2000/06/14/11:39:27
Eli Zaretskii wrote:
> > As I understand texinfo, @item specifies just a label in a table layout
> > and the real EWHATEVER value does not matter there, does it?
>
> No. This is what @item in a @table produces:
[...]
> So it shows both the numerical value and the text.
OK then.
> > I was 110% sure that I've included missing S_ISLNK *this time*.
> > Guess if it is really so. But the real code sets all bits correctly, it
> > looks like this:
> I don't see this code inside `lstat' in your patches. In fact, I don't
> see a call to `readlink' inside `lstat' at all (and I didn't expect to).
I wanted to say, it has slipped from the patch *again*. And readlink(...)
was used not to read link but to check if the file is symlink. I will
replace that with __is_symlink().
> I agree, but this probably should be mentioned in the docs as another way
> of checking `readlink's results.
OK.
Laurynas
- Raw text -