OK, I've got an app running on FC1. It uses sched_setaffinity. The number of arguments to that function has changed. How do I write my code so that it compiles under FC1 and FC2?
Well there is something funny going on, as the man pages for sched_setaffinity doesn't correspond to <sched.h> on FC1 at least. The man page has an extra len parameter?
Pádraig.