CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/29 04:55:37
Modified files:
sys/kern : sysv_msg.c
sys/sys : msg.h
Log message:
Declare immutable `msginfo' structure as const. Also, `msginfo' is local
to kern/sysv_msg.c, so remove declaration from sys/msg.h. This
declaration is not exposed to the userland. usr.bin/ipcs/ipcs.c has
"#define _KERNEL" before include SysV headers, but doesn't touch
`msginfo'.
ok deraadt
