On Thu, 10 Jan 2002, Mike Dugas wrote:
> I see an improvement... ;-)
>
> pen.c: In function `background':
> pen.c:623: too few arguments to function `setpgrp'
OK, we're getting closer. Try replacing setpgrp with setsid, and it should
work. Or if that fails, replace the call with
setpgid(0, 0);
Ulric
This archive was generated by hypermail 2.1.2 : Thu Jan 10 2002 - 23:34:08 CET