Ignore:
Timestamp:
Sep 9, 2012, 5:22:30 AM (13 years ago)
Author:
bird
Message:

Made TRACE2 and TRACE2V safe. Fixed DEBUG bug where va_copy was missing. Introduced sh_strerror.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/miscbltin.c

    r2498 r2648  
    424424                        limit.rlim_cur = val;
    425425                if (sh_setrlimit(psh, l->cmd, &limit) < 0)
    426                         error(psh, "error setting limit (%s)", strerror(errno));
     426                        error(psh, "error setting limit (%s)", sh_strerror(psh, errno));
    427427        } else {
    428428                if (how & SOFT)
Note: See TracChangeset for help on using the changeset viewer.