--- MITgcm/eesupp/src/sigreg.c 2005/12/03 08:30:32 1.1 +++ MITgcm/eesupp/src/sigreg.c 2005/12/04 13:57:08 1.2 @@ -1,5 +1,5 @@ /* - * $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/src/sigreg.c,v 1.1 2005/12/03 08:30:32 edhill Exp $ + * $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/src/sigreg.c,v 1.2 2005/12/04 13:57:08 edhill Exp $ * $Name: $ //BOP @@ -37,8 +37,8 @@ /* int main( int argc, char ** argv ) */ void FC_NAMEMANGLE(sigreg) (int * aip) { - ip = aip; struct sigaction s; + ip = aip; s.sa_flags = SA_SIGINFO; s.sa_sigaction = (void *)killhandler; if(sigaction (SIGTERM,&s,(struct sigaction *)NULL)) {