Re: [Cleanup?] File (struct stat handling)

From: matz@... (Yukihiro Matsumoto)
Date: 2002-08-24 00:33:35 UTC
List: ruby-core #359
Hi,

In message "[Cleanup?] File (struct stat handling)"
    on 02/08/23, Michal Rokos <m.rokos@sh.cvut.cz> writes:

|	when I tried to track down all remaining off_t leftovers, I saw
|	(at least I think) not so safe struct stat handling.
|
|	Could you look at it?

Why should we use memcpy instead of struct assigmnent?
The concept of the second chunk is accepted.
The third chunk is not.

							matz.

In This Thread