Fixed a few minor issues.

This commit is contained in:
Bahadir Balban
2009-10-18 16:16:32 +03:00
parent 72af4a843a
commit a3a90530df
10 changed files with 40 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
pagerid = ascii_to_int(getenv("pagerid"));
wait_pager(0);
wait_pager(pagerid);
printf("\n%s: Running POSIX API tests.\n", __TASKNAME__);
@@ -66,6 +66,6 @@ int main(int argc, char *argv[])
exectest(parent_of_all);
while (1)
wait_pager(0);
wait_pager(pagerid);
}