Changeset 491 for trunk/src/sh_extern.c


Ignore:
Timestamp:
Oct 31, 2015, 10:36:55 PM (9 years ago)
Author:
katerina
Message:

Fix for ticket #389 (libwrap) and #390 (update on FreeBSD).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_extern.c

    r481 r491  
    978978    */
    979979   new_act.sa_handler = SIG_IGN;
     980   new_act.sa_flags   = 0;
     981   sigemptyset( &new_act.sa_mask );
     982   
    980983   (void) retry_sigaction (FIL__, __LINE__, SIGPIPE, &new_act, &old_act);
    981984   
Note: See TracChangeset for help on using the changeset viewer.