aboutsummaryrefslogtreecommitdiffstats
path: root/guts/__fxstatat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/__fxstatat64.c')
-rw-r--r--guts/__fxstatat64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guts/__fxstatat64.c b/guts/__fxstatat64.c
index b8054f2..349b48e 100644
--- a/guts/__fxstatat64.c
+++ b/guts/__fxstatat64.c
@@ -56,7 +56,7 @@
* note that symlink canonicalizing is now automatic, so we
* don't need to check for a symlink on this end
*/
- msg = pseudo_client_op(OP_STAT, -1, dirfd, path, buf);
+ msg = pseudo_client_op(OP_STAT, 0, -1, dirfd, path, buf);
if (msg) {
pseudo_stat_msg(buf, msg);
if (save_mode) {