Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Mar 2020 17:39:56 -0800
From:      Mark Millard <marklmi@yahoo.com>
To:        "glebius@freebsd.org" <glebius@FreeBSD.org>, svn-src-head@freebsd.org
Subject:   Re: svn commit: r358658 - head
Message-ID:  <9C5291FF-FDB4-44D5-BD08-CD797991DFA0@yahoo.com>
References:  <9C5291FF-FDB4-44D5-BD08-CD797991DFA0.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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:=20
> https://svnweb.freebsd.org/changeset/base/358658
>=20
>=20
> Log:
>   Add a missing bktr header.
>=20
> Modified:
>   head/ObsoleteFiles.inc
>=20
> Modified: head/ObsoleteFiles.inc
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- 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+=3Dusr/include/dev/bktr
>  OLD_FILES+=3Dusr/include/dev/bktr/ioctl_bktr.h
> +OLD_FILES+=3Dusr/include/dev/bktr/ioctl_bt848.h
>  OLD_FILES+=3Dusr/include/dev/bktr/ioctl_meteor.h
>  .if ${TARGET_ARCH} =3D=3D "i386"
>  OLD_FILES+=3Dusr/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


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9C5291FF-FDB4-44D5-BD08-CD797991DFA0>