]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use sbuf_cat instead of sbuf_cpy
authorWarner Losh <imp@FreeBSD.org>
Sat, 29 Aug 2020 11:18:10 +0000 (11:18 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sat, 29 Aug 2020 11:18:10 +0000 (11:18 +0000)
commit6dd5b77a157de19c299e64915367819757df2e91
tree1fc92315a4a7489889f2b8c84826d3e8f33667fa
parent6498f66f7c3a50e80512cca9aca04f6471bb94bc
Use sbuf_cat instead of sbuf_cpy

sbuf_cpy doesn't work with sysctl sbufs because of the drain function.
sys/kern/subr_bus.c