--- Src/exec.c 21 May 2004 11:19:30 -0000 1.62 +++ Src/exec.c 25 May 2004 17:51:40 -0000 @@ -219,7 +219,7 @@ zfork(void) /* * Is anybody willing to explain this test? */ - if (thisjob >= jobtabsize - 1 && !expandjobtab()) { + if (thisjob >= (int)jobtabsize - 1 && !expandjobtab()) { zerr("job table full", NULL, 0); return -1; }