Juan Lang wrote:
Hi Rob,
- file->mode |= st.st_mode & (S_IRWXU|S_IRWXO);
Why "|=" rather than simply "="?
Good point. I had a reason when I was wrote the code, but it seems like there should be no problems with file->mode always being kept up-to-date.