Ignore:
Timestamp:
Aug 5, 2011, 7:52:23 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/tevent/testsuite.c

    r414 r618  
    102102        se1 = event_add_signal(ev_ctx, ev_ctx, SIGALRM, SA_RESTART, count_handler, &alarm_count);
    103103#endif
     104#ifdef SA_RESETHAND
    104105        se2 = event_add_signal(ev_ctx, ev_ctx, SIGALRM, SA_RESETHAND, count_handler, &alarm_count);
     106#endif
    105107#ifdef SA_SIGINFO
    106108        se3 = event_add_signal(ev_ctx, ev_ctx, SIGUSR1, SA_SIGINFO, count_handler, &info_count);
Note: See TracChangeset for help on using the changeset viewer.