In article <9463fj$gsq$[EMAIL PROTECTED]> you write:
> Basically, the _only_ think you should depend on is that st_size
> contains:
> - for regular files, the size of the file in bytes
> - for symlinks, the length of the symlink.
I don't think this is right - for a symlink, stat should return the
size of the file; lstat should return the size of the symlink.
--
David M. Meyer
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/