ed 671e6f698d 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-07-25 15:42:22 +00:00
2005-01-20 09:17:07 +00:00
2007-04-03 18:35:20 +00:00
2005-01-20 09:17:07 +00:00
2005-02-06 03:23:31 +00:00
2004-07-02 23:52:20 +00:00
2005-11-23 15:41:36 +00:00
2007-02-11 18:14:49 +00:00
2007-04-05 21:17:52 +00:00
2005-02-06 03:23:31 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2008-03-13 10:26:17 +00:00
2008-03-13 10:25:30 +00:00
2007-01-20 08:24:02 +00:00
2005-02-13 23:45:54 +00:00
2004-07-03 22:30:10 +00:00
2007-10-30 15:26:20 +00:00
2006-04-18 21:37:24 +00:00