On Fri, 2011-05-13 at 20:58 +0100, Matthew Daubney wrote: > > Lots of suggestions on the net seem to suggest replacing all instances > of init_MUTEX with sema_init (use a semaphore lock instead of a mutex > lock). Might be worth a try :)
Thanks Matt. It worked like a charm! I hadn't a clue what a 'mutex' was. There was only one instance, and sema_init worked just fine. Regards, Barry. -- Barry Drake is a member of the the Ubuntu Advertising team. http://ubuntuadverts.org/ -- [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/
