K 10 svn:author V 3 bde K 8 svn:date V 27 2004-03-04T10:56:29.000000Z K 7 svn:log V 351 Fixed insertion sort errors in includes and prototypes. This was more than a style bug for the includes -- queue.h is a prerequisite for _lock.h and _mutex.h but was included after them. Removed bogus prototype for fget_locked(). The prototype was originally needed to support K&R but was bogotified by converting the function header to new-style. END