--- uae/src/fsdb_unix.c 2018/04/24 16:47:30 1.1 +++ uae/src/fsdb_unix.c 2018/04/24 16:58:30 1.1.1.2 @@ -45,7 +45,7 @@ int fsdb_set_file_attrs (a_inode *aino, int mode; if (stat (aino->nname, &statbuf) == -1) - return ERROR_OBJECT_NOT_FOUND; + return ERROR_OBJECT_NOT_AROUND; mode = statbuf.st_mode; /* Unix dirs behave differently than AmigaOS ones. */