svn commit: r218974 - in head/sys/boot: common efi/libefi
Bruce Cran
bruce at cran.org.uk
Wed Feb 23 17:20:00 UTC 2011
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
More information about the svn-src-head
mailing list