Re: svn commit: r349233 - head/sys/sys

2019-06-21 Thread Bruce Evans
On Thu, 20 Jun 2019, Warner Losh wrote: On Thu, Jun 20, 2019, 11:44 AM Bruce Evans wrote: On Thu, 20 Jun 2019, Alan Somers wrote: On Thu, Jun 20, 2019 at 10:43 AM Bruce Evans wrote: Summary: and the headers that it includes should declare minimal types to compile (so __int64_t is enough

Re: svn commit: r349233 - head/sys/sys

2019-06-20 Thread Alan Somers
On Thu, Jun 20, 2019 at 1:43 PM Warner Losh wrote: > > > > On Thu, Jun 20, 2019, 11:44 AM Bruce Evans wrote: >> >> On Thu, 20 Jun 2019, Alan Somers wrote: >> >> > On Thu, Jun 20, 2019 at 10:43 AM Bruce Evans wrote: >> >> Summary: and the headers that it includes should declare >> >> minimal typ

Re: svn commit: r349233 - head/sys/sys

2019-06-20 Thread Warner Losh
On Thu, Jun 20, 2019, 11:44 AM Bruce Evans wrote: > On Thu, 20 Jun 2019, Alan Somers wrote: > > > On Thu, Jun 20, 2019 at 10:43 AM Bruce Evans > wrote: > >> Summary: and the headers that it includes should declare > >> minimal types to compile (so __int64_t is enough). Most uses of this > >> h

Re: svn commit: r349233 - head/sys/sys

2019-06-20 Thread Bruce Evans
On Thu, 20 Jun 2019, Alan Somers wrote: On Thu, Jun 20, 2019 at 10:43 AM Bruce Evans wrote: Summary: and the headers that it includes should declare minimal types to compile (so __int64_t is enough). Most uses of this header require including domain-specific headers which declare the relevan

Re: svn commit: r349233 - head/sys/sys

2019-06-20 Thread Alan Somers
On Thu, Jun 20, 2019 at 10:43 AM Bruce Evans wrote: > > On Thu, 20 Jun 2019, Alan Somers wrote: > > > On Thu, Jun 20, 2019 at 9:14 AM Ian Lepore wrote: > >> > >> On Thu, 2019-06-20 at 14:35 +, Alan Somers wrote: > >>> Author: asomers > >>> Date: Thu Jun 20 14:35:28 2019 > >>> New Revision: 34

Re: svn commit: r349233 - head/sys/sys

2019-06-20 Thread Bruce Evans
On Thu, 20 Jun 2019, Alan Somers wrote: On Thu, Jun 20, 2019 at 9:14 AM Ian Lepore wrote: On Thu, 2019-06-20 at 14:35 +, Alan Somers wrote: Author: asomers Date: Thu Jun 20 14:35:28 2019 New Revision: 349233 URL: https://svnweb.freebsd.org/changeset/base/349233 Log: #include from sys

Re: svn commit: r349233 - head/sys/sys

2019-06-20 Thread Ian Lepore
On Thu, 2019-06-20 at 09:29 -0600, Alan Somers wrote: > On Thu, Jun 20, 2019 at 9:14 AM Ian Lepore wrote: > > > > On Thu, 2019-06-20 at 14:35 +, Alan Somers wrote: > > > Author: asomers > > > Date: Thu Jun 20 14:35:28 2019 > > > New Revision: 349233 > > > URL: https://svnweb.freebsd.org/chang

Re: svn commit: r349233 - head/sys/sys

2019-06-20 Thread Alan Somers
On Thu, Jun 20, 2019 at 9:14 AM Ian Lepore wrote: > > On Thu, 2019-06-20 at 14:35 +, Alan Somers wrote: > > Author: asomers > > Date: Thu Jun 20 14:35:28 2019 > > New Revision: 349233 > > URL: https://svnweb.freebsd.org/changeset/base/349233 > > > > Log: > > #include from sys/filio.h > > >

Re: svn commit: r349233 - head/sys/sys

2019-06-20 Thread Ian Lepore
On Thu, 2019-06-20 at 14:35 +, Alan Somers wrote: > Author: asomers > Date: Thu Jun 20 14:35:28 2019 > New Revision: 349233 > URL: https://svnweb.freebsd.org/changeset/base/349233 > > Log: > #include from sys/filio.h > > This fixes world build after r349231 > > Reported by:

svn commit: r349233 - head/sys/sys

2019-06-20 Thread Alan Somers
Author: asomers Date: Thu Jun 20 14:35:28 2019 New Revision: 349233 URL: https://svnweb.freebsd.org/changeset/base/349233 Log: #include from sys/filio.h This fixes world build after r349231 Reported by: Jenkins MFC after:2 weeks MFC-With: 349231 Sponsored by: The FreeBS