K 10 svn:author V 2 ed K 8 svn:date V 27 2009-04-26T21:03:27.363065Z K 7 svn:log V 239 Make the SPX code use its own copies of insque()/remque(). Instead of using the antique insque()/remque() functions from sys/queue.h, make this code use its own versions. Eventually the code should just use the regular TAILQ/LIST macros. END