START	sys/kern/sysvmsg	2025-04-03T03:52:52Z

==== run-regress-msgtest ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/sys/kern/sysvmsg/msgtest.c
/usr/src/regress/sys/kern/sysvmsg/msgtest.c:219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
sigsys_handler(signo)
^
/usr/src/regress/sys/kern/sysvmsg/msgtest.c:227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
sigchld_handler(signo)
^
/usr/src/regress/sys/kern/sysvmsg/msgtest.c:277:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
print_msqid_ds(mp, mode)
^
3 warnings generated.
cc   -o msgtest msgtest.o 
./msgtest

PASS	sys/kern/sysvmsg	Duration 0m00.33s