--- a/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/5-1.c	2010-11-09 19:00:43.000000000 +0900
+++ b/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/5-1.c	2010-11-11 10:00:47.000000000 +0900
@@ -50,14 +50,14 @@
 	}
 
 	/* Try and get the cpu clock ID for init(1) :)... */
-	error = clock_getcpuclockid(1, &clockid_1)
+	error = clock_getcpuclockid(1, &clockid_1);
 	if (error == 0) {
 		printf("clock_getcpuclockid(1, ..) passed unexpectedly\n");
 		return PTS_UNRESOLVED;
 	} else if (error != EPERM) {
 		printf("clock_getcpuclockid(1, ..) failed with an improper "
 			"error (%d != %d)\n", EPERM, error);
-		return PTS_FAILED;
+		return PTS_FAIL;
 	}
 	printf("Test PASSED\n");
 	return PTS_PASS;
