@(#)README	1.8
To move these programs to another computer, just
do 'make pstream.cpio' or 'mkcpio'.  This will
create an archive called 'pstream.cpio'.  The 'mkcpio'
script contains directions for unpacking the archive.

If your computer does not support waitpid()
or wait4(), the 'stat' value will not get
set when the child exits, so you cannot
tell what its exit value was.  If your computer
does support one of those functions, be sure
to set CFLAGS in the makefile appropriately
(see documentation in the makefile).

The setb() function which is a protected member
of streambuf, frees an array of characters
with 'delete' instead of 'delete[]'.  According to
Stoustrup & Ellis, this is undefined.  However, it
is beyond my control...

