bootrd_cpio: use SLIST from sys/queue.h
commit8f9625e71907b2d6400bcbd407414cd06302e85c
authorToomas Soome <tsoome@me.com>
Mon, 6 Aug 2018 15:08:16 +0000 (6 18:08 +0300)
committerToomas Soome <tsoome@me.com>
Mon, 6 Aug 2018 15:08:16 +0000 (6 18:08 +0300)
treea515a3d34aa16dec3fab31d1c215c3d0ad7935ee
parent780ea34b027a11cfda7ec7fa952142214bfaa392
bootrd_cpio: use SLIST from sys/queue.h

There is no need to use double linked list and use the existing slist
implementation.
kernel/krtld/bootrd_cpio.c