Download raw body.
unneeded #includes in sys/dev/ic
On Sun, 2024-05-26 at 09:53 +1000, Jonathan Gray wrote: > On Sat, May 25, 2024 at 02:00:53PM -0700, David Rinehart wrote: > > On Sat, 2024-05-25 at 18:29 +1000, Jonathan Gray wrote: > > > +#define TRUE 1 > > > +#define FALSE 0 > > > > > > > I'm not familiar with the detail of this code, but isn't TRUE > > typically > > defined as !FALSE? > > no, and the usage here matches that in uvm Wow - Thanks for explaining
unneeded #includes in sys/dev/ic