scotty

Karen Ho (kho@ginger.lcs.mit.edu)
Tue, 11 Jan 94 10:59:26 -0500

Hi!

When compiling scotty on an Ultrix, I've had to change line 68 in syslog.c
from
openlog ("scotty", LOG_PID, LOG_USER);
to
openlog ("scotty", LOG_PID);

OPENLOG only takes 2 arguments on Ultrix machines.

Just thought I'd pass on the word...

--Karen