From owner-svn-src-all@FreeBSD.ORG Tue Oct 4 00:15:40 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9221E106566B; Tue, 4 Oct 2011 00:15:40 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 821CB8FC0A; Tue, 4 Oct 2011 00:15:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p940FeTf033803; Tue, 4 Oct 2011 00:15:40 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p940Fe6L033801; Tue, 4 Oct 2011 00:15:40 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <201110040015.p940Fe6L033801@svn.freebsd.org> From: Andrew Thompson Date: Tue, 4 Oct 2011 00:15:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225955 - head/sys/boot/arm/ixp425/boot2 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 00:15:40 -0000 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;