CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/21 05:47:27
Modified files:
lib/libutil : imsg.c imsg.h
Log message:
Use ibuf_fd_set() and ibuf_fd_get() to handle the fd passing in imsgs.
ibufs already close forgotten fds on free so now imsg_free behaves the
same way.
OK tb@
