CVS: cvs.openbsd.org: src
Vitaliy Makkoveev <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/08 11:33:19 Modified files: sys/kern : sysv_msg.c Log message: Restore msgrcv(2) MSG_NOERROR/E2BIG error path. Silently truncate message is not a good idea. msgrcv(2) man page has E2BIG error description, no need for update. ok millert