CVS: cvs.openbsd.org: src
Claudio Jeker <[email protected]> Tue, 4 Aug 2026 06:44:47 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/04 06:44:47 Modified files: sbin/unwind : control.c resolver.c unwind.c Log message: Adjust type of 'n' to int since imsgbuf_get now returns int and so does imsgbuf_read where 'n' is used as well. OK florian@