diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-02-20 20:10:06 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-02-20 20:10:06 +0000 |
| commit | b5f60442a03ed53bfc5e16ed445490d1b5f14638 (patch) | |
| tree | a71d9a0ff8f52b63d5e597227a94d18f058d0d2c /lib/libefivar | |
| parent | 21b5b8b38b1c606fb8f6b1b0e3549072b3c1d44d (diff) | |
Diffstat (limited to 'lib/libefivar')
| -rw-r--r-- | lib/libefivar/FreeBSD-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libefivar/FreeBSD-update b/lib/libefivar/FreeBSD-update index 375f9ceb9536..52d0db4021ef 100644 --- a/lib/libefivar/FreeBSD-update +++ b/lib/libefivar/FreeBSD-update @@ -6,7 +6,7 @@ efivar-dp-parse.c is a copy of MdePkg/Library/UefiDevicePathLib/DevicePathFromTe These files are first mechnaically processed with -sed -e "s/L'/'/;"'s/L"/"/g;s/%g/%36s/g;s/%a/%s/g;s/^VOID/static VOID/g;s/ *$//g' +sed -e "s/L'/'/g;"'s/L"/"/g;s/%g/%36s/g;s/%a/%s/g;s/^VOID/static VOID/g;s/ *$//g' for several reasons. We're moving from wide rotuines to narrow routines. The UTC-2 this code is written for is a bad match for wchar_t which is an int. It's |
