Date: Tue, 6 Feb 2018 10:09:51 -0600 From: Eric van Gyzen <eric@vangyzen.net> To: Alex Richardson <arichardson@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r328933 - head/usr.bin/find Message-ID: <66d6d137-d89c-6f73-93eb-423721f99561@vangyzen.net> In-Reply-To: <201802061541.w16FfQ1x039394@repo.freebsd.org> References: <201802061541.w16FfQ1x039394@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?66d6d137-d89c-6f73-93eb-423721f99561>