--- libaitsched/example/test_time.c 2013/08/15 18:39:00 1.10.8.3 +++ libaitsched/example/test_time.c 2013/08/15 18:42:15 1.10.8.4 @@ -195,7 +195,6 @@ main(int argc, char **argv) return 4; } - /* if (!schedRTC(root, rtc, (void*) (intptr_t) ts.tv_sec, ts, (void*) 3, 0)) { printf("Error:: #%d - %s\n", sched_GetErrno(), sched_GetError()); return 4; @@ -204,7 +203,6 @@ main(int argc, char **argv) printf("Error:: #%d - %s\n", sched_GetErrno(), sched_GetError()); return 4; } - */ if (!schedAlarm(root, alarmz, (void*) (intptr_t) ts.tv_sec, ts, NULL, 0)) { printf("Error:: #%d - %s\n", sched_GetErrno(), sched_GetError());