ObsoleteFiles.inc: Fix the path to libdevinfo.so.6

The library is in /usr/lib, not /lib.

Fixes:		7554746c43 ("libdevinfo: Avoid false positives for the root0 sentinel value")
Sponsored by:	Chelsio Communications
This commit is contained in:
John Baldwin
2025-04-30 10:53:34 -04:00
parent 7ca3db1999
commit 6f0aa2343b
+1 -1
View File
@@ -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