CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/03 00:58:55
Modified files:
usr.sbin/smtpd : ca.c enqueue.c mproc.c queue_proc.c
scheduler_proc.c smtpctl.c smtpd.c
Log message:
Switch smtpd over to imsgbuf_get
Also adjust some types from ssize_t back to int. Since imsgbuf_get returns
int (1, 0 and -1 to be precise).
OK op@
