svn commit: r358658 - head

Gleb Smirnoff glebius at FreeBSD.org
Wed Mar 4 23:49:22 UTC 2020


Author: glebius
Date: Wed Mar  4 23:49:20 2020
New Revision: 358658
URL: https://svnweb.freebsd.org/changeset/base/358658

Log:
  Add a missing bktr header.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Wed Mar  4 22:32:40 2020	(r358657)
+++ head/ObsoleteFiles.inc	Wed Mar  4 23:49:20 2020	(r358658)
@@ -39,6 +39,7 @@
 # 20200301: bktr removed
 OLD_DIRS+=usr/include/dev/bktr
 OLD_FILES+=usr/include/dev/bktr/ioctl_bktr.h
+OLD_FILES+=usr/include/dev/bktr/ioctl_bt848.h
 OLD_FILES+=usr/include/dev/bktr/ioctl_meteor.h
 .if ${TARGET_ARCH} == "i386"
 OLD_FILES+=usr/include/machine/ioctl_bktr.h


More information about the svn-src-all mailing list