IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2016, 10:23:42 PM (10 years ago)
Author:
eugene
Message:

modify to pass with extremely pedantic build; force consistency for signed vs unsigned and int sizes; various relastro updates

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/opihi/dvo/gcat.c

    r39294 r39457  
    5757
    5858  // prepare to handle interrupt signals
    59   signal (SIGINT, handle_interrupt);
    60   interrupt = FALSE;
     59  struct sigaction *old_sigaction = SetInterrupt();
    6160
    6261  for (i = 0; (i < skylist[0].Nregions) && !interrupt; i++) {
     
    101100    set_str_variable ("CATNAME", hostfile);
    102101  }
     102  ClearInterrupt (old_sigaction);
    103103
    104104  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.