K 10 svn:author V 5 harti K 8 svn:date V 27 2004-12-08T16:22:01.000000Z K 7 svn:log V 386 Get rid of the sequential access feature of the lists. This was used only in a couple of places and all of them except for one were easily converted to use Lst_First/Lst_Succ. The one place is compatibility mode in job.c where the it was used to advance to the next command on each invocation of JobStart. For this case add a pointer to the node to hold the currently executed command. END