Mail Archives: djgpp-workers/2000/06/26/08:51:32
On Mon, 26 Jun 2000, Laurynas Biveinis wrote:
> As I can see, all the complexity there is for the case when _chmod()
> fails, for root directories and device files. So the performance loss
> should be pretty small for real applications.
The complexity will come into play each time _chmod fails, i.e. for each
missing file.
> BTW, should chown() succeed for those root directories and device
> files?
I don't know. That's why I asked if we need this; I don't have a
definitive answer.
Devices seem especially questionable. As for root directories, I doubt
that a Unix program would ever want to call chown on it.
- Raw text -