svn commit: r360823 - head

Antoine Brodin antoine at FreeBSD.org
Fri May 8 20:15:19 UTC 2020


Author: antoine
Date: Fri May  8 20:15:18 2020
New Revision: 360823
URL: https://svnweb.freebsd.org/changeset/base/360823

Log:
  Add more obsolete files

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Fri May  8 18:53:06 2020	(r360822)
+++ head/ObsoleteFiles.inc	Fri May  8 20:15:18 2020	(r360823)
@@ -40,6 +40,9 @@
 OLD_FILES+=usr/bin/objdump
 OLD_FILES+=usr/share/man/man1/objdump.1.gz
 
+# 20200428: route_var.h moved to net/route
+OLD_FILES+=usr/include/net/route_var.h
+
 # 20200418: Make libauditd private
 OLD_FILES+=usr/lib/libauditd.a
 OLD_FILES+=usr/lib/libauditd.so
@@ -49,6 +52,9 @@ OLD_FILES+=usr/lib/libauditd_p.a
 # 20200418: Remove bogus man links
 OLD_FILES+=usr/share/man/man3/getauusernam_R.3.gz
 OLD_FILES+=usr/share/man/man3/getauclassnam_3.3.gz
+
+# 20200414: NFS file handle affinity code for the NFS server re-organized
+OLD_FILES+=usr/include/nfs/nfs_fha.h
 
 # 20200401: Remove procfs-based process debugging
 OLD_FILES+=usr/include/sys/pioctl.h


More information about the svn-src-all mailing list