cvs commit: src/sys/sys disk.h

Poul-Henning Kamp phk at phk.freebsd.dk
Thu Apr 3 08:20:17 PST 2003


In message <xzppto3eesc.fsf at flood.ping.uio.no>, Dag-Erling =?iso-8859-1?q?Sm=F8
rgrav?= writes:
>Poul-Henning Kamp <phk at FreeBSD.org> writes:
>>   Log:
>>   I think the divorce successed, so stop #including <geom/geom_disk.h>
>
>I think this breaks the ofw driver (and thus also the powerpc build)

Unless it is in "make universe" I don't test the powerpc build.

You should be able to just change the include in the ofw driver

from
	<sys/disk.h>
to
	<geom/geom_disk.h>

and make it work.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the cvs-src mailing list