[comp.unix.questions] How do I port TIOCNOTTY into SYSV.2

cratz@datack.UUCP (Tony Cratz) (10/22/88)

I'm trying to port some software that has the BSD ioctl() call using
TIOCNOTTY to Systems V.2.

My question is how do I disassociate the program from the terminal under
V.2 like under BSD? 

Will someone please help me with this simple problem? 
-- 
			"Looks like plant food to me"

Tony Cratz 	work phone: (408) 982-3585
UUCP: uunet!altnet!datack!cratz
Snail: Datachecker, 800 Central Expressway MS 33-36, Santa Clara, Ca 95052

guy@auspex.UUCP (Guy Harris) (10/24/88)

>My question is how do I disassociate the program from the terminal under
>V.2 like under BSD? 

Try "setpgrp()".