Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2003 18:54:00 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 32143 for review
Message-ID:  <200305310154.h4V1s0ep092514@repoman.freebsd.org>

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

Change 32143 by jmallett@jmallett_dalek on 2003/05/30 18:53:52

	Include <sys/disklabel.h> ala others.

Affected files ...

.. //depot/projects/mips/sys/boot/arc/lib/arcdisk.c#4 edit
.. //depot/projects/mips/sys/boot/arc/lib/devicename.c#3 edit

Differences ...

==== //depot/projects/mips/sys/boot/arc/lib/arcdisk.c#4 (text+ko) ====

@@ -39,7 +39,7 @@
 
 #include <stand.h>
 
-
+#include <sys/disklabel.h>
 #include <machine/stdarg.h>
 
 #include "bootstrap.h"

==== //depot/projects/mips/sys/boot/arc/lib/devicename.c#3 (text+ko) ====

@@ -26,6 +26,7 @@
  * $FreeBSD: src/sys/boot/arc/lib/devicename.c,v 1.3 2003/04/16 21:09:41 phk Exp $
  */
 
+#include <sys/disklabel.h>
 #include <stand.h>
 #include <string.h>
 #include "bootstrap.h"



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