K 10 svn:author V 4 nate K 8 svn:date V 27 1995-03-31T17:49:56.000000Z K 7 svn:log V 364 There is no reason to re-register the Lock_Cleanup handler for each lock because it is never deregistered. This patch moves handler registration to main(), where it is only executed once. This change does not significantly affect performance on my alpha, but it possibly could on machines with slower system calls. Submitted by: "J.T. Conklin" END