IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12860


Ignore:
Timestamp:
Apr 17, 2007, 1:00:44 PM (19 years ago)
Author:
eugene
Message:

fixing test for signal names

Location:
trunk/Ohana/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/SetSignals.c

    r12840 r12860  
    3838    case SIGTSTP:    /* stop signal sent from tty - why ignore? (POSIX.1-1990) */
    3939    case SIGURG:     /* socket signal, ignore this (POSIX.1-2001) */
    40 # ifdef (SIGPWR)
     40# ifdef SIGPWR
    4141    case SIGPWR:     /* power failure - why ignore this? (Sys V) */
    4242# endif
    43 # ifdef (SIGWINCH)
     43# ifdef SIGWINCH
    4444    case SIGWINCH:   /* window resized (4.3BSD) */
    4545# endif
  • trunk/Ohana/src/delstar/src/SetSignals.c

    r12840 r12860  
    3838    case SIGTSTP:    /* stop signal sent from tty - why ignore? (POSIX.1-1990) */
    3939    case SIGURG:     /* socket signal, ignore this (POSIX.1-2001) */
    40 # ifdef (SIGPWR)
     40# ifdef SIGPWR
    4141    case SIGPWR:     /* power failure - why ignore this? (Sys V) */
    4242# endif
    43 # ifdef (SIGWINCH)
     43# ifdef SIGWINCH
    4444    case SIGWINCH:   /* window resized (4.3BSD) */
    4545# endif
  • trunk/Ohana/src/getstar/src/SetSignals.c

    r12840 r12860  
    3838    case SIGTSTP:    /* stop signal sent from tty - why ignore? (POSIX.1-1990) */
    3939    case SIGURG:     /* socket signal, ignore this (POSIX.1-2001) */
    40 # ifdef (SIGPWR)
     40# ifdef SIGPWR
    4141    case SIGPWR:     /* power failure - why ignore this? (Sys V) */
    4242# endif
    43 # ifdef (SIGWINCH)
     43# ifdef SIGWINCH
    4444    case SIGWINCH:   /* window resized (4.3BSD) */
    4545# endif
Note: See TracChangeset for help on using the changeset viewer.