diff options
author | maximilian attems <max@stro.at> | 2010-09-08 16:21:52 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-09-08 16:21:52 +0800 |
commit | 61a4c1de836712fdd40e288ac52b22de466bb886 (patch) | |
tree | d978cf89fe42bda977e3e6e7df465dbfa73bdf2e /ChangeLog | |
parent | [VAR] Fix varinit ordering that broke fc (diff) | |
download | dash-61a4c1de836712fdd40e288ac52b22de466bb886.tar.gz dash-61a4c1de836712fdd40e288ac52b22de466bb886.zip |
[JOBS] Debug compile fix
No point in tracing a no longer undeclared "ps->cmd", fixes: jobs.c: In function \u2018commandtext\u2019: jobs.c:1192: error: \u2018ps\u2019 undeclared (first use in this function) jobs.c:1192: error: (Each undeclared identifier is reported only once jobs.c:1192: error: for each function it appears in.) Signed-off-by: maximilian attems <max@stro.at> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 684325d..3c26149 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-08 maximilian attems <max@stro.at> + + * Debug compile fix. + 2010-09-08 Jilles Tjoelker <jilles@stack.nl> * Fix varinit ordering that broke fc. |