On Sat, 29 Dec 2018 19:46:16 -0700 Jack Woehr via mc <mc@gnome.org>
 wrote:
> In IBM i PASE environment, we're back to having struct timespect trouble
> with this snapshot:

This is weird.

> /home/JWOEHR/work/mc-4.8.21-108-g4b46e6194/src/filemanager/file.c: In
> function 'get_times':
> /home/JWOEHR/work/mc-4.8.21-108-g4b46e6194/src/filemanager/file.c:899:17:
> error: incompatible types when assigning to type 'struct timespec' from
> type 'st_timespec_t {aka const struct st_timespec}'
>      (*times)[0] = sb->st_atim;
>                  ^
> /home/JWOEHR/work/mc-4.8.21-108-g4b46e6194/src/filemanager/file.c:900:17:
> error: incompatible types when assigning to type 'struct timespec' from
> type 'st_timespec_t {aka const struct st_timespec}'
>      (*times)[1] = sb->st_mtim;

Looks like HAVE_UTIMENSAT is defined. But there no any changes around
checking of utimensat() since 09/09 (commit a453376).

-- 
Andrew
_______________________________________________
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc

Reply via email to