Date: Fri, 21 Apr 2017 08:09:02 +0200 From: Michael Tuexen <tuexen@freebsd.org> To: Cy Schubert <Cy.Schubert@komquats.com> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r317208 - head/sys/netinet Message-ID: <5381DC80-1E0A-416C-BD05-99B01F0A066F@freebsd.org> In-Reply-To: <201704210143.v3L1h99s037727@slippy.cwsent.com> References: <201704210143.v3L1h99s037727@slippy.cwsent.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 21. Apr 2017, at 03:43, Cy Schubert <Cy.Schubert@komquats.com> wrote: > > In message <201704201919.v3KJJYko052651@repo.freebsd.org>, Michael Tuexen > writes: > [...] > Hi Michael, > > This line produced the following on i386: > > /opt/src/svn-current/sys/netinet/tcp_syncache.c:263:50: error: implicit > conversion from 'long long' to 'time_t' (aka 'int') changes value from > -9223372036854775808 to 0 [-Werror,-Wconstant-conversion] > V_tcp_syncache.hashbase[i].sch_last_overflow = INT64_MIN; > ~ ^~~~~~~~~ > ./x86/_stdint.h:91:41: note: expanded from macro 'INT64_MIN' > #define INT64_MIN (-0x7fffffffffffffffLL-1) > ~~~~~~~~~~~~~~~~~~~~~^~ > > Looks like it needs a time_t cast. Fixed in https://svnweb.freebsd.org/changeset/base/317244. Thanks for reporting and sorry for the breakage. Best regards Michael > >> [...] > > > -- > Cheers, > Cy Schubert <Cy.Schubert@cschubert.com> > FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org > > The need of the many outweighs the greed of the few. > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5381DC80-1E0A-416C-BD05-99B01F0A066F>