--- libaitio/example/test_exec.c 2013/12/08 21:11:54 1.1.2.12 +++ libaitio/example/test_exec.c 2013/12/08 21:12:32 1.1.2.13 @@ -50,7 +50,7 @@ main(int argc, char **argv) getchar(); again: - f = io_progAttach(p); + f = io_progAttach(p, 0); printf("f=%d\n", f); write(f, "v\n", 1); memset(str, 0, sizeof str);