[320] in Zephyr_Bugs

home help back first fref pref prev next nref lref last post

problems building syslogd

daemon@ATHENA.MIT.EDU (Ken Raeburn)
Fri Oct 4 18:38:05 1991

Date: Fri, 4 Oct 91 18:37:43 -0400
From: Ken Raeburn <Raeburn@MIT.EDU>
To: nabors@wes.army.mil
Cc: zephyr-bugs@Athena.MIT.EDU
In-Reply-To: [0319] in Zephyr_Bugs

The two calls to "signal" using "?:" operators on the indicated lines
have mixed types on your system.  SIG_IGN is a pointer to a function
returning int on some systems, void on others; look through the
<signal.h> header file to find the required type (in the declaration
of the "signal" function), and fix the "die" function to return the
appropriate type.

home help back first fref pref prev next nref lref last post