ソースを参照

Update error to reflect actual syscall

master
sin 11年前
コミット
ca07068dcb
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c ファイルの表示

@@ -419,7 +419,7 @@ dentfill(DIR *dirp, struct entry **dents,
r = fstatat(dirfd(dirp), dp->d_name, &sb,
AT_SYMLINK_NOFOLLOW);
if (r == -1)
printerr(1, "stat");
printerr(1, "fstatat");
(*dents)[n].mode = sb.st_mode;
n++;
}


読み込み中…
キャンセル
保存