svn commit: r229882 - stable/9/sys/boot/arm/ixp425/boot2
Andrew Thompson
thompsa at FreeBSD.org
Mon Jan 9 21:49:04 UTC 2012
Author: thompsa
Date: Mon Jan 9 21:49:03 2012
New Revision: 229882
URL: http://svn.freebsd.org/changeset/base/229882
Log:
MFC r225955
Allow ixp425 boot2 to compile after r219452
Modified:
stable/9/sys/boot/arm/ixp425/boot2/boot2.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/amd64/include/xen/ (props changed)
stable/9/sys/boot/ (props changed)
stable/9/sys/boot/i386/efi/ (props changed)
stable/9/sys/boot/ia64/efi/ (props changed)
stable/9/sys/boot/ia64/ski/ (props changed)
stable/9/sys/boot/powerpc/boot1.chrp/ (props changed)
stable/9/sys/boot/powerpc/ofw/ (props changed)
stable/9/sys/cddl/contrib/opensolaris/ (props changed)
stable/9/sys/conf/ (props changed)
stable/9/sys/contrib/dev/acpica/ (props changed)
stable/9/sys/contrib/octeon-sdk/ (props changed)
stable/9/sys/contrib/pf/ (props changed)
stable/9/sys/contrib/x86emu/ (props changed)
Modified: stable/9/sys/boot/arm/ixp425/boot2/boot2.c
==============================================================================
--- stable/9/sys/boot/arm/ixp425/boot2/boot2.c Mon Jan 9 20:25:14 2012 (r229881)
+++ stable/9/sys/boot/arm/ixp425/boot2/boot2.c Mon Jan 9 21:49:03 2012 (r229882)
@@ -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-stable-9
mailing list