[1000] in SIPB_Linux_Development
Re: moira source changes
daemon@ATHENA.MIT.EDU (Salvatore Valente)
Wed Apr 5 12:09:01 1995
Date: Wed, 5 Apr 1995 12:08:41 -0400
To: jweiss@MIT.EDU
Cc: linux-dev@MIT.EDU
In-Reply-To: <199502091717.MAA10477@the-other-woman.MIT.EDU> (message from Jonathon Weiss on Thu, 09 Feb 1995 12:17:34 EST)
From: Salvatore Valente <svalente@MIT.EDU>
I was searching through my RMAIL file for interesting messages.
Apparently, I forgot to reply to this one.
Back on Feb. 9, Jonathon wrote:
from moira/clients/moira/main.c
----------------------------
revision 1.2
date: 94/08/07 19:04:10; author: svalente; state: Exp;
lines added/del: 11/11
Changed SignalHandler() to Signal_Handler().
----------------------------
According to rcsdiff changing SignalHandler to Signal_Handler is
exactly what you did. Any idea why you did it?
Yes. The following line in /usr/include/signal.h on Linux:
typedef __sighandler_t SignalHandler;
So I decided to give SignalHandler a less conflicting name. I assume
I was consistant and changed it in all the places it occurred...?
Have a nice day.
-Sal.