[net.sources.bugs] Rogue clone BUG??

joe@oucs.UUCP (Joseph Judge) (03/21/86)

	In init.c (near line 33) there is the signal( blah, blah )
	What is SIGSTSP ???? it's not even in my /usr/include/sys/signal.h
	list of SIGnal codes!!! 
	Is it supposed to be a SIGTRAP ? (not correctly spelled?!)
help!

-- 
Joseph Judge
ihnp4!{amc1,cbdkc1,cbosgd,cuuxb,}!oucs!joe

Nur mit dir.

joe@oucs.UUCP (Joseph Judge) (03/21/86)

> 
> 	What is SIGSTSP ???? it's not even in my /usr/include/sys/signal.h

There's more!   
	What is :
		TIOCGETC
		TIOCGLTC
		TIOSETC
		TIOSLTC

	these are also undefined (when cc'ing init.c)
Help! ??

-- 
Joseph Judge
ihnp4!{amc1,cbdkc1,cbosgd,cuuxb,}!oucs!joe

Nur mit dir.

woods@hao.UUCP (Greg Woods) (03/24/86)

> > 
> > 	What is SIGSTSP ???? it's not even in my /usr/include/sys/signal.h

  This, and your other undefined symbols, are a part of the standard 4.2BSD
system. It sounds like you are trying to compile a program written for 4.2BSD
on a non-4.2BSD system. If the program really makes serious use of this stuff,
you are going to be S.O.L.

--Greg