K 10 svn:author V 8 mckusick K 8 svn:date V 27 2016-08-16T17:07:48.083856Z K 7 svn:log V 261 Add two new macros, SLIST_CONCAT and LIST_CONCAT. Note in both the queue.h header file and in the queue.3 manual page that they are O(n) so should be used only in low-usage paths with short lists (otherwise an STAILQ or TAILQ should be used). Reviewed by: kib END