K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-03-10T17:03:57.000000Z K 7 svn:log V 351 Now that we have WITNESS_WARN(), we only call witness_list() from the ddb 'show locks' command. Thus, move witness_list() to the #ifdef DDB section and remove extra checks for calling this function outside of DDB. Also, witness_list() now returns void instead of returning an int. Reported by: Steve Ames Prodded by: davidxu END