Commit 3c75856d authored by Alejandro Sanchez's avatar Alejandro Sanchez
Browse files

Replace stat() syscall with access().

It's more suitable for the purpose of checking if a file exists, plus
avoids the unnecessary struct stat variable since we don't care about
the file information.

Continuation of 1e234c3d.

Bug 6033.
parent 1871fd31
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment