CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2019/07/16 15:30:54
Modified files: sys/kern : sysv_msg.c Log message: According to POSIX msgsnd(2) has to fail with EINVAL if passing a message with mtype < 1. from Moritz Buhl; OK kn@