Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2011 17:19:53 +0000
From:      Bruce Cran <bruce@cran.org.uk>
To:        Bruce Cran <brucec@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r218974 - in head/sys/boot: common efi/libefi
Message-ID:  <1298481593.2895.8.camel@core.nessbank>
In-Reply-To: <201102231717.p1NHH5q7001489@svn.freebsd.org>
References:  <201102231717.p1NHH5q7001489@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2011-02-23 at 17:17 +0000, Bruce Cran wrote:
> Author: brucec
> Date: Wed Feb 23 17:17:05 2011
> New Revision: 218974
> URL: http://svn.freebsd.org/changeset/base/218974
> 
> Log:
>   Handle memory allocation failures in include().
>   

>  	if (EFI_ERROR(status))
> -		printf("%s: rw=%d, status=%lu\n", __func__, rw, status);
> +		printf("%s: rw=%d, status=%u\n", __func__, rw, status);
>  	return (efi_status_to_errno(status));
>  }

I accidentally included this unrelated change too - 'status' is of type
unsigned int, not unsigned long.

-- 
Bruce Cran





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