git: 511d1d63b400 - stable/13 - libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Dec 2021 06:53:36 UTC
The branch stable/13 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=511d1d63b400808a4214b42ee0d242e09697d049 commit 511d1d63b400808a4214b42ee0d242e09697d049 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2021-12-21 12:42:39 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-12-24 06:49:37 +0000 libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3 MFC after: 3 days (cherry picked from commit 71779dddffe5e860118f42739ff8d51d181272ce) --- ObsoleteFiles.inc | 3 +++ lib/libefivar/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 4e42570ea7ef..82dd3da79332 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -36,6 +36,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20211221 efi_set_variables_supported.3 should be efi_variables_supported.3 +OLD_FILES+=usr/share/man/man3/efi_set_variables_supported.3.gz + # 20211113: new clang import which bumps version from 12.0.1 to 13.0.0. OLD_FILES+=usr/lib/clang/12.0.1/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/12.0.1/include/cuda_wrappers/complex diff --git a/lib/libefivar/Makefile b/lib/libefivar/Makefile index c1503f4e5b62..3401205a14ba 100644 --- a/lib/libefivar/Makefile +++ b/lib/libefivar/Makefile @@ -45,7 +45,7 @@ CFLAGS+= -I${EFIBOOT}/include CFLAGS+= -I${.CURDIR} -I${EDK2INC} CFLAGS+= -fno-strict-aliasing -MLINKS+=efivar.3 efi_set_variables_supported.3 \ +MLINKS+=efivar.3 efi_variables_supported.3 \ efivar.3 efi_del_variable.3 \ efivar.3 efi_get_variable.3 \ efivar.3 efi_get_variable_attributes.3 \