Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2002 01:53:51 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8548 for review
Message-ID:  <200203280953.g2S9rpd05122@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8548

Change 8548 by phk@phk_flat on 2002/03/28 01:53:42

	IFC

Affected files ...

... //depot/projects/sparc64/sys/geom/geom_bsd.c#5 integrate

Differences ...

==== //depot/projects/sparc64/sys/geom/geom_bsd.c#5 (text+ko) ====

@@ -32,7 +32,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/geom/geom_bsd.c,v 1.6 2002/03/26 22:07:38 phk Exp $
+ * $FreeBSD: src/sys/geom/geom_bsd.c,v 1.7 2002/03/27 21:16:49 phk Exp $
  */
 
 
@@ -257,7 +257,7 @@
 	g_bsd_ledec_disklabel(buf + 64, dl);
 	if (dl->d_magic == DISKMAGIC &&
 	    dl->d_magic2 == DISKMAGIC &&
-	    g_bsd_lesum(dl, buf) == 0) 
+	    g_bsd_lesum(dl, buf + 64) == 0) 
 		error = 0;
 	else
 		error = ENOENT;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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