[net.news] vtclock error...

mdn@foxvax1.UUCP (M.X. Dos Neves ) (09/25/84)

I recently downloaded the "vtclock" program NET.SOURCES.
When I tried to compile it usind "cc" under Berkley UNIX,
I got the error SIGUSR1 at line 111 and 156 not defined ...
and there is no such statetment in the "define area".
I had to change  #include <sys/signal.h> to
		 #include <signal.h>

since it could not find that file under the former declaration.

What is wrong???? any ideas????


					mdn@foxvax1