Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2003 13:16:35 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28250 for review
Message-ID:  <200304052116.h35LGZNi020394@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=28250

Change 28250 by marcel@marcel_nfs on 2003/04/05 13:16:31

	Fix SKI build.

Affected files ...

.. //depot/projects/ia64/sys/ia64/ia64/sscdisk.c#12 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/sscdisk.c#12 (text+ko) ====

@@ -17,7 +17,6 @@
 #include <sys/systm.h>
 #include <sys/bio.h>
 #include <sys/conf.h>
-#include <sys/disk.h>
 #include <sys/kernel.h>
 #include <sys/linker.h>
 #include <sys/lock.h>
@@ -34,6 +33,7 @@
 #include <vm/vm_object.h>
 #include <vm/vm_pager.h>
 #include <machine/md_var.h>
+#include <geom/geom_disk.h>
 
 #ifndef SKI_ROOT_FILESYSTEM
 #define SKI_ROOT_FILESYSTEM	"ia64-root.fs"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304052116.h35LGZNi020394>