CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/01/17 03:01:24
Modified files: usr.sbin/relayd: agentx_control.c config.c proc.c relay.c Log message: Use imsg_get_fd() As usual proc_forward_imsg() is never forwarding a file descriptor so just use -1 there. This should be replaced by imsg_forward(). All other changes are simple conversions. OK tb@