The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=9cafea4c44a7046ac2ac15b28471f9e09fceb6f9
commit 9cafea4c44a7046ac2ac15b28471f9e09fceb6f9 Author: Mark Johnston <[email protected]> AuthorDate: 2025-11-20 13:46:43 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2025-11-20 13:47:44 +0000 ObsoleteFiles.inc: Fix up incorrect merge This is a direct commit to stable/15. Reported by: des Fixes: 838c8027f9d8 ("libexec/kgdb: Add new modules and install them together with debug info") --- ObsoleteFiles.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index d9ef4033911e..6a61bf537561 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -62,9 +62,6 @@ OLD_FILES+=usr/lib/libnss_tacplus.a OLD_FILES+=usr/libexec/kgdb/acttrace.py OLD_DIRS+=usr/libexec/kgdb -# 20251001: test helper sendto-IP_MULTICAST_IF renamed -OLD_FILES+=usr/tests/sys/netinet/sendto-IP_MULTICAST_IF - # 20250930: Rename wlanstats to wlanstat OLD_FILES+=usr/sbin/wlanstats OLD_FILES+=usr/share/man/man8/wlanstats.8.gz
