freebsd-dev/tools/regression/sysvmsg
Jung-uk Kim b8aa271342 Fix message size tests for msgsnd(3) and msgrcv(3). msgsz is the length of
actual message and it should not include size of message type.
2006-11-16 19:51:10 +00:00
..
Makefile Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
msgtest.c Fix message size tests for msgsnd(3) and msgrcv(3). msgsz is the length of 2006-11-16 19:51:10 +00:00
README

$FreeBSD$

SysV IPC Message Queue Regression Utility.

This regression utility will test the SysV Message Queue facility
in FreeBSD.  You can start the test by running ``make regress'', after
running ``make''.

Obtained from: The NetBSD Foundation.
Date of port: 13 August 2002

  -- Hiten Pandya
  -- hiten@uk.FreeBSD.org