merge post-1.3.0 fixes

This commit is contained in:
Denis Vlasenko
2006-12-26 18:17:42 +00:00
parent 270c17c0e6
commit 666da5e2c6
12 changed files with 48 additions and 21 deletions

View File

@@ -85,7 +85,7 @@
#ifdef CONFIG_ASH_JOB_CONTROL
#define JOBS 1
#else
#undef JOBS
#define JOBS 0
#endif
#if JOBS || defined(CONFIG_ASH_READ_NCHARS)
@@ -6647,7 +6647,7 @@ usage:
}
#endif /* JOBS */
#if defined(JOBS) || DEBUG
#if JOBS || DEBUG
static int
jobno(const struct job *jp)
{