svn commit: r328933 - head/usr.bin/find

Eric van Gyzen eric at vangyzen.net
Tue Feb 6 16:17:03 UTC 2018


On 02/06/2018 09:41, Alex Richardson wrote:
> +#if HAVE_STRUCT_STAT_ST_BIRTHTIME
>  	else if (plan->flags & F_TIME_A)
>  		ft = entry->fts_statp->st_atim;
>  	else if (plan->flags & F_TIME_B)
>  		ft = entry->fts_statp->st_birthtim;
> +#endif

Did you intend to put st_atim inside the #if?

Eric


More information about the svn-src-head mailing list