CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/29 05:06:18
Modified files:
usr.sbin/ractl : ractl.c
usr.sbin/rad : control.c engine.c frontend.c rad.c
Log message:
Switch rad and ractl to use imsgbuf_get.
Trivial conversion since the imsg_get return value is only used to check
for error and an empty queue.
OK florian@
