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.
_
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
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
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
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
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
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.
>