Source-Changes archive

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

Re: CVS commit: src/sys/sys



In article <20031114113254.O4919%snowdrop.l8s.co.uk@localhost>
david%l8s.co.uk@localhost wrote:

> sys/disklabel could be in src/tools/compat/sys - but you still need to
> stop in going after machine/* since you don't know 'machine'.

You could create symlinks which points to files in proper machine dirs.

> I used MAXPARTITIONS because that is the value that sys/disklabel.h
> needs from machine/disklabel.h

I think what you want to do exactly is
"including declarations of struct disklabel and struct pattitions
 without including <machine/disklabel.h>", right?
Then using MAXPARTITIONS or _MACHINE_DISKLABEL_H_ is
not correct even if it works for now.
It's still better to add declarations into sys/bootblock.h
to define info about target machines.
---
Izumi Tsutsui
tsutsui%ceres.dti.ne.jp@localhost



Home | Main Index | Thread Index | Old Index