freebsd-dev/tools/regression/sysvshm
Konstantin Belousov ab9d0c2789 Cosmetics:
- Move to ANSI definitions syntax, removing warnings about type promotions.
- Remove __P().
- Staticise everything.
- Remove warnings about unused args for signal handlers.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2015-03-18 22:05:15 +00:00
..
Makefile
README
shmtest.c Cosmetics: 2015-03-18 22:05:15 +00:00

$FreeBSD$

SysV IPC Shared Memory Regression Utility.

This regression utility will test the SysV Shared Memory 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