CVS: cvs.openbsd.org: src
Claudio Jeker <[email protected]> Wed, 29 Jul 2026 05:06:18 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
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@