On Tue, 31 Oct 2000, Terry Lambert wrote:

> (struct tty *)->t_pgrp->pg_id
> 
> Which is the process ID of the group leader of the foregroun
> group.

Isn't this what tcgetpgrp returns? Problem with this is that it probably
isn't the PID of the session leader. Wouldn't I need (struct tty
*)->t_session->s_leader->p_pid?

Of course I could be wrong :-)

> Or you could just make revoke do its thing in the right order
> instead of the wrong order,

I've been looking at that...but it takes a lot of looking it seems :-). I
shall persevere.

Thanks,

Andrew




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to