Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch



    Date:        Thu, 30 Apr 2026 15:10:14 +0000
    From:        "Jason R Thorpe" <thorpej%netbsd.org@localhost>
    Message-ID:  <20260430151014.59639FA26%cvs.NetBSD.org@localhost>


  | Achievement unlocked: some platform <machine/vmparam.h> files are now just
  | simple wrappers around <m68k/vmparam.h> (and a few more are *very* close).

All that happened while the builds were broken by zstd stuff, when that
was fixed, all the 68k builds remain broken.

My guess is that <m68k/vmparam.h> (or perhaps all the port specific ones
which include that) needs to include <m68k/types.h> - the failure is because
vaddr_t isn't defined in files which include vmparam.h - and types.h is
where vaddr_t is defined.   Why your changes broke that I have no idea,
I didn't look.

kre



Home | Main Index | Thread Index | Old Index