]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use sbuf_cat instead of sbuf_cpy
authorimp <imp@FreeBSD.org>
Sat, 29 Aug 2020 11:18:10 +0000 (11:18 +0000)
committerimp <imp@FreeBSD.org>
Sat, 29 Aug 2020 11:18:10 +0000 (11:18 +0000)
commita0a48fa8803c2e209368cfc3efd771e1d5e38373
tree1fc92315a4a7489889f2b8c84826d3e8f33667fa
parente5f417502c56b6c50ab43d8d216c7decb25c19e7
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