svn commit: r358658 - head

Mark Millard marklmi at yahoo.com
Thu Mar 5 01:40:08 UTC 2020


Gleb Smirnoff glebius at FreeBSD.org wrote on
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

I also see an include of dev/bktr/ioctl_bt848.h that
is still around:

# grep -r ioctl_bt848 /usr/src/* | more
/usr/src/usr.bin/setchannel/setchannel.c:#include <dev/bktr/ioctl_bt848.h>

Other than a SPDX licensing ID tag addition in late 2017,
the .c file has been unchanged since late 2010 ( head -r214886 ).

/usr/src/usr.bin/setchannel/ has 3 other files as well:

# ls -ldT /usr/src/usr.bin/setchannel/*
-rw-r--r--  1 root  wheel   124 Dec 20 20:06:09 2019 /usr/src/usr.bin/setchannel/Makefile
-rw-r--r--  1 root  wheel   315 Dec 20 20:06:09 2019 /usr/src/usr.bin/setchannel/Makefile.depend
-rw-r--r--  1 root  wheel  3258 Dec 20 20:06:10 2019 /usr/src/usr.bin/setchannel/setchannel.1
-rw-r--r--  1 root  wheel  6825 Dec 20 20:06:09 2019 /usr/src/usr.bin/setchannel/setchannel.c


===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)



More information about the svn-src-head mailing list