[795] in Zephyr_Bugs
tcgetpgrp in clients/zwgc/main.c...
daemon@ATHENA.MIT.EDU (Derrick J Brashear)
Wed Jul 3 13:12:30 1996
Date: Wed, 3 Jul 1996 13:10:18 -0400 (EDT)
From: Derrick J Brashear <shadow+@andrew.cmu.edu>
To: bug-zephyr@MIT.EDU
is useless if you run zwgc under the C shell and don't explicitly background
it yourself (i.e. if you let it fork itself)
zwgc never gets a signal when the shell goes away, and runs forever.
presumably where it exists the correct thing to do is always call
the other branch of the ifdef, or use getsid
(which only exists in solaris and a few other things)
-D