Ed Schouten 7e7f7ca3c6 Convert popen()'s `pidlist' to a SLIST, for consistency.
I guess the original author of the popen() code didn't want to use our
<sys/queue.h> macro's, because the single linked list macro's didn't
offer O(1) deletion. Because I introduced SLIST_REMOVE_NEXT() some time
ago, we can now use the macro's here.

By converting the code to an SLIST, it is more consistent with other
parts of the C library and the operating system.

Reviewed by:	csjp
Approved by:	philip (mentor, implicit)
2008-07-29 16:29:59 +00:00
..
2008-02-18 03:19:25 +00:00
2008-02-18 03:19:25 +00:00
2008-04-10 00:12:44 +00:00
2008-07-25 01:09:36 +00:00
2008-03-26 07:32:08 +00:00