K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-03-21T21:31:45.000000Z
K 7
svn:log
V 390
From: Sven Paulus <sven@oops.sub.de>

Thanks, but in the meantime i found two little things, that might cause
problems on some systems (sorry!):

* wait3() is not supported on all systems, but libinn offers a waitnb()-
  function to do this portable.

* My setup for sigaction() contained  sa_restorer, which doesn't exist on
  BSD systems. In this case it's easier to use signal() anyway.

END
