K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-11-18T05:08:19.000000Z K 7 svn:log V 370 Cleanup. use LIST_FOREACH, add prototypes (functions should be made static probably), change DEBUG=1 to LOCKD_DEBUG, K&R function instantiation for functions with long args lists, Move comments about functions from within to above the function, Simplified some if/else logic and reduced nested blocks. parens around 'return' argument (return FOO -> return (FOO)) END