]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pw(8): use open_memstream(3) instead of sbuf(9)
authorBaptiste Daroussin <bapt@FreeBSD.org>
Tue, 27 Apr 2021 03:05:13 +0000 (05:05 +0200)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 5 May 2021 07:37:17 +0000 (09:37 +0200)
commit432610226b1ca188c5e7a7029e4852a5ad00edf5
tree9e051e55f96347cd93026cf931f12061a6c17e95
parentb7367d87d9c8cbb2dd707d1fadb9b96234f4dbd7
pw(8): use open_memstream(3) instead of sbuf(9)

open_memstream(3) is a standard function that brings here the same
functionnality what we were doing with sbuf(9).

(cherry picked from commit 0cd4b781a6fa1ed4ca04a7b642f41652e25bbc9b)
usr.sbin/pw/Makefile
usr.sbin/pw/pw_conf.c