POSIX.4: Programming for the Real World Here are the changes from the 6/98 reprint: {293} manpage, code sample at the bottom of the page: line 1 struct sched_params { changed to struct sched_param { {309} manpage, code sample in the middle of the page: lines 2 and 3 int clock_gettime(clockid_t, const struct timespec *); int clock_settime(clockid_t, struct timespec *); should be int clock_gettime(clockid_t, struct timespec *); int clock_settime(clockid_t, const struct timespec *); (549) About the Author, 3rd paragraph, last line: changed author's email address from b0g@netcom.com to bog@fvc.com