Re: svn commit: r366936 - head/sys/net

2020-10-23 Thread Ed Maste
On Fri, 23 Oct 2020 at 07:27, Hans Petter Selasky wrote: > > Do we have a script or tool, which can do this? Clang-format can do it; have a look at the IncludeCategories in .clang-format at the top of the tree to see the current rule set for includes. _

Re: svn commit: r366936 - head/sys/net

2020-10-23 Thread Konstantin Belousov
On Fri, Oct 23, 2020 at 01:26:04PM +0200, Hans Petter Selasky wrote: > On 2020-10-23 11:46, Konstantin Belousov wrote: > > On Fri, Oct 23, 2020 at 10:04:12AM +0200, Hans Petter Selasky wrote: > > > On 2020-10-22 19:54, Hans Petter Selasky wrote: > > > > On 2020-10-22 18:48, Konstantin Belousov wrot

Re: svn commit: r366936 - head/sys/net

2020-10-23 Thread Hans Petter Selasky
On 2020-10-23 11:46, Konstantin Belousov wrote: On Fri, Oct 23, 2020 at 10:04:12AM +0200, Hans Petter Selasky wrote: On 2020-10-22 19:54, Hans Petter Selasky wrote: On 2020-10-22 18:48, Konstantin Belousov wrote: sys/systm.h already includes sys/param.h.  Also, sys/param.h already includes sys

Re: svn commit: r366936 - head/sys/net

2020-10-23 Thread Konstantin Belousov
On Fri, Oct 23, 2020 at 10:04:12AM +0200, Hans Petter Selasky wrote: > On 2020-10-22 19:54, Hans Petter Selasky wrote: > > On 2020-10-22 18:48, Konstantin Belousov wrote: > > > sys/systm.h already includes sys/param.h.  Also, sys/param.h already > > > includes > > > sys/types.h. > > > > I'll have

Re: svn commit: r366936 - head/sys/net

2020-10-23 Thread Hans Petter Selasky
On 2020-10-22 19:54, Hans Petter Selasky wrote: On 2020-10-22 18:48, Konstantin Belousov wrote: sys/systm.h already includes sys/param.h.  Also, sys/param.h already includes sys/types.h. I'll have a look tomorrow at this. Thanks for pointing out. It appears sys/systm.h needs sys/types.h inc

Re: svn commit: r366936 - head/sys/net

2020-10-22 Thread Hans Petter Selasky
On 2020-10-22 18:48, Konstantin Belousov wrote: sys/systm.h already includes sys/param.h. Also, sys/param.h already includes sys/types.h. I'll have a look tomorrow at this. Thanks for pointing out. --HPS ___ svn-src-head@freebsd.org mailing list htt

Re: svn commit: r366936 - head/sys/net

2020-10-22 Thread Konstantin Belousov
On Thu, Oct 22, 2020 at 12:22:08PM +, Hans Petter Selasky wrote: > Author: hselasky > Date: Thu Oct 22 12:22:08 2020 > New Revision: 366936 > URL: https://svnweb.freebsd.org/changeset/base/366936 > > Log: > Compile fix for MIPS, MIPS64, POWERPC and POWERPC64. > Add missing include files. >