Changeset 150 for trunk


Ignore:
Timestamp:
Jan 7, 2008, 9:09:22 PM (17 years ago)
Author:
katerina
Message:

Fix more 'label at end of compound statement' (closes ticket #86).

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r149 r150  
    112.4.2:
     2        * sh_static.c: fix more 'label at end of compound statement'
     3          (SH_MUTEX_UNLOCK closing brace; reported anonymously)
    24        * make sh_hash.c thread-safe
    35        * remove plenty of tiny allocations
  • trunk/src/sh_static.c

    r145 r150  
    363363
    364364 ERR:
     365        ; /* 'label at end of compound statement' */
    365366        SH_MUTEX_UNLOCK(pwf_lock);
    366367
     
    415416
    416417 ERR:
     418        ; /* 'label at end of compound statement' */
    417419        SH_MUTEX_UNLOCK(grf_lock);
    418420
     
    16141616        DPRINTF("nameservers = %d\n", __nameservers);
    16151617 the_end:
     1618        ; /* 'label at end of compound statement' */
    16161619        SH_MUTEX_UNLOCK(resolv_lock);
    16171620        return 0;
  • trunk/src/sh_suidchk.c

    r149 r150  
    13631363  sh_suidchk_free_schedule();
    13641364  set_defaults();
     1365  return 0;
    13651366}
    13661367
Note: See TracChangeset for help on using the changeset viewer.