=================================================================== RCS file: /cvs/prex-old/sys/include/sync.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/sys/include/sync.h 2008/06/03 10:38:45 1.1.1.1 +++ prex-old/sys/include/sync.h 2008/08/13 17:12:31 1.1.1.1.2.1 @@ -47,7 +47,7 @@ struct list link; /* linkage on locked mutex list */ thread_t owner; /* owner thread locking this mutex */ int prio; /* highest prio in waiting threads */ - int lock_count; /* counter for recursive lock */ + int locks; /* counter for recursive lock */ }; struct cond {