CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/06/04 03:07:58
Modified files: lib/libutil : imsg.c Log message: Kill internal use of imsg_add() and use ibuf_add() instead. Also ibuf_free() now preserves the errno so no need for any extra dance. OK tb@