git: 6f0aa2343b1d - main - ObsoleteFiles.inc: Fix the path to libdevinfo.so.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Apr 2025 14:54:40 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=6f0aa2343b1d05291f41b1b40c7f400c015912ce commit 6f0aa2343b1d05291f41b1b40c7f400c015912ce Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2025-04-30 14:53:34 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-04-30 14:53:34 +0000 ObsoleteFiles.inc: Fix the path to libdevinfo.so.6 The library is in /usr/lib, not /lib. Fixes: 7554746c43c5 ("libdevinfo: Avoid false positives for the root0 sentinel value") Sponsored by: Chelsio Communications --- ObsoleteFiles.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 58e0ba8f7963..b5432dae3824 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -85,7 +85,7 @@ OLD_FILES+=usr/tests/sys/vm/stack/.debug/libsoxstack.so.debug OLD_DIRS+=usr/tests/sys/vm/stack/.debug # 20250129: libdevinfo bumped to version 7 -OLD_LIBS+=lib/libdevinfo.so.6 +OLD_LIBS+=usr/lib/libdevinfo.so.6 # 20250123: Remove gvinum(8) OLD_FILES+=sbin/gvinum