Explorar el Código

Update error to reflect actual syscall

master
sin hace 11 años
padre
commit
ca07068dcb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Ver fichero

@@ -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++;
}


Cargando…
Cancelar
Guardar