]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove copyinfrom() and copyinstrfrom().
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 20 May 2020 20:58:17 +0000 (20:58 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 20 May 2020 20:58:17 +0000 (20:58 +0000)
commit6faabe5411630cef6155925b1a5619fce7064549
treede98596e4a785876ebcca29a16380d36c0a6ff84
parent0a3ed02ab8527f5f4513116da55f4e7500fe806b
Remove copyinfrom() and copyinstrfrom().

These functions were added in 2001 and are currently unused.
copyinfrom() looks to have never been used.  copyinstrfrom() was used
for two weeks before the code was refactored to remove it's sole use.

Reviewed by: brooks, kib
Obtained from: CheriBSD
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D24928
sys/kern/subr_uio.c
sys/sys/uio.h