Index: ossp-pkg/pth/test_mp.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_mp.c,v rcsdiff -q -kk '-r1.40' '-r1.41' -u '/v/ossp/cvs/ossp-pkg/pth/test_mp.c,v' 2>/dev/null --- test_mp.c 2002/01/27 11:03:41 1.40 +++ test_mp.c 2002/11/03 09:24:42 1.41 @@ -22,7 +22,8 @@ ** ** test_mp.c: Pth test program (message port handling) */ - + /* ``Failure is not an option. + It comes bundled with software.'' */ #include #include #include Index: ossp-pkg/pth/test_pthread.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_pthread.c,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/pth/test_pthread.c,v' 2>/dev/null --- test_pthread.c 2002/01/27 11:03:41 1.13 +++ test_pthread.c 2002/11/03 09:24:42 1.14 @@ -22,7 +22,9 @@ ** ** test_pthread.c: Pth test program (pthread API) */ - + /* ``You can check out any time you + like, but you can never leave.'' + -- The Eagles, Hotel California */ #ifdef GLOBAL #include #else Index: ossp-pkg/pth/test_select.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_select.c,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/pth/test_select.c,v' 2>/dev/null --- test_select.c 2002/01/27 11:03:41 1.14 +++ test_select.c 2002/11/03 09:24:42 1.15 @@ -22,7 +22,8 @@ ** ** test_select.c: Pth test program (select) */ - + /* ``Most computer problems are located + between the keyboard and the chair.'' */ #include #include #include Index: ossp-pkg/pth/test_std.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_std.c,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/pth/test_std.c,v' 2>/dev/null --- test_std.c 2002/01/27 11:03:41 1.16 +++ test_std.c 2002/11/03 09:24:42 1.17 @@ -22,7 +22,10 @@ ** ** test_std.c: Pth standard test program */ - + /* ``Understanding a problem is knowing why + it is hard to solve it, and why the most + straightforward approaches won't work.'' + -- Karl Popper */ #include #include #include