K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2018-05-02T20:36:11.789103Z K 7 svn:log V 347 Add two missing LIST_INIT()s. This patch adds two missing LIST_INIT()s. Found by inspection. In practice, these are currently no-ops, since the structure they are in is malloc'd with M_ZERO and all LIST_INIT does is set the pointer in the list head to NULL. (In other words, the M_ZERO has already correctly initialized it.) MFC after: 2 months END