svn commit: r225955 - head/sys/boot/arm/ixp425/boot2

Andrew Thompson thompsa at FreeBSD.org
Tue Oct 4 00:15:40 UTC 2011


Author: thompsa
Date: Tue Oct  4 00:15:40 2011
New Revision: 225955
URL: http://svn.freebsd.org/changeset/base/225955

Log:
  Allow ixp425 boot2 to compile after r219452

Modified:
  head/sys/boot/arm/ixp425/boot2/boot2.c

Modified: head/sys/boot/arm/ixp425/boot2/boot2.c
==============================================================================
--- head/sys/boot/arm/ixp425/boot2/boot2.c	Mon Oct  3 21:48:10 2011	(r225954)
+++ head/sys/boot/arm/ixp425/boot2/boot2.c	Tue Oct  4 00:15:40 2011	(r225955)
@@ -86,7 +86,7 @@ static unsigned dsk_start;
 static char cmd[512];
 static char kname[1024];
 static uint32_t opts;
-static int dsk_meta;
+static uint8_t dsk_meta;
 static int bootslice;
 static int bootpart;
 static int disk_layout;


More information about the svn-src-all mailing list