Ignore:
Timestamp:
Jul 18, 2015, 5:06:52 PM (9 years ago)
Author:
katerina
Message:

Enhancements and fixes for tickets #374, #375, #376, #377, #378, and #379.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_processcheck.c

    r399 r481  
    411411 * by longjmp' warning. And no, 'volatile' proved insufficient.
    412412 */
    413 static void * sh_dummy_watchlist = NULL;
     413void * sh_dummy_413_watchlist = NULL;
    414414
    415415static void check_watchlist (short * res)
     
    422422   * Avoids the 'clobbered by longjmp' warning.
    423423   */
    424   sh_dummy_watchlist = (void*) &list;
     424  sh_dummy_413_watchlist = (void*) &list;
    425425
    426426  while (list)
     
    468468    }
    469469
    470   sh_dummy_watchlist = NULL;
     470  sh_dummy_413_watchlist = NULL;
    471471  return;
    472472}
     
    625625  value = (size_t) strtoul(str, &foo, 0);
    626626
    627   if (*foo == '\0' && SL_TRUE == sl_ok_adds(value, 1)) {
     627  if (*foo == '\0' && S_TRUE == sl_ok_adds(value, 1)) {
    628628    sh_prochk_maxpid = value + 1;
    629629    userdef_maxpid   = 1;
     
    934934            {
    935935              tstr[pos-1] = '\0';
    936               if (flag_err_debug == SL_TRUE)
     936              if (flag_err_debug == S_TRUE)
    937937                {
    938938                  SH_MUTEX_LOCK(mutex_thread_nolog);
Note: See TracChangeset for help on using the changeset viewer.