Subject: Re: sysinst and mbr's
To: None <perry@piermont.com>
From: Simon Burge <simonb@telstra.com.au>
List: tech-install
Date: 04/05/1999 23:25:26
"Perry E. Metzger" wrote:
> Simon Burge <simonb@telstra.com.au> writes:
> > There seems to be two ways around this, both protecting
> > the disp_cur_part prototype:
> >
> > + Define SYSINST_USE_MBR or somesuch in each mbr-using ports arch
> > Makefile (tested)
>
> I like this one.
I found a much cleaner way - I moved the prototype to mbr.h since only
mbr-using machines used it and they all included mbr.h.
Simon.