diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2025-11-20 13:46:43 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-11-20 13:47:44 +0000 |
| commit | 9cafea4c44a7046ac2ac15b28471f9e09fceb6f9 (patch) | |
| tree | 6ff20061e9365ac663330845a4f55573073393d4 | |
| parent | 538df10f545e8e658a7010f7ec6eb9834f1aaf1c (diff) | |
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")
| -rw-r--r-- | ObsoleteFiles.inc | 3 |
1 files changed, 0 insertions, 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 |
