Ignore:
Timestamp:
Oct 7, 2007, 7:09:24 PM (18 years ago)
Author:
bird
Message:

jobs and other stuff.

File:
1 edited

Legend:

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

    r1199 r1207  
    164164                TRACE((psh, "exverror(%d, \"", cond));
    165165                TRACEV((psh, msg, ap));
    166                 TRACE((psh, "\") pid=%d\n", getpid()));
     166                TRACE((psh, "\") pid=%d\n", sh_getpid(psh)));
    167167        } else
    168                 TRACE((psh, "exverror(%d, NULL) pid=%d\n", cond, getpid()));
     168                TRACE((psh, "exverror(%d, NULL) pid=%d\n", cond, sh_getpid(psh)));
    169169#endif
    170170        if (msg)
Note: See TracChangeset for help on using the changeset viewer.