Space police

This commit is contained in:
Austin Clements 2010-09-01 00:41:25 -04:00
parent 5efca9054f
commit b0751a3e9b
6 changed files with 45 additions and 45 deletions

View file

@ -1348,7 +1348,7 @@ sbrktest(void)
sbrk((640 * 1024) - (uint)sbrk(0));
write(fds[1], "x", 1);
// sit around until killed
while (1) sleep(1000);
for(;;) sleep(1000);
}
char scratch;
if(pids[i] != -1)