CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/11/21 05:48:02
Modified files: lib/libutil : imsg.c imsg_init.3 Log message: Refine imsg_forward(), do not close fd, just don't forward it. imsg_free() will close the unclaimed fds at the end. OK tb@