Ed Schouten 3d98b75bac Rename the queue macros I introduced last year.
Last year I added SLIST_REMOVE_NEXT and STAILQ_REMOVE_NEXT, to remove
entries behind an element in the list, using O(1) time. I recently
discovered NetBSD also has a similar macro, called SLIST_REMOVE_AFTER.
In my opinion this approach is a lot better:

- It doesn't have the unused first argument of the list pointer. I added
  this, mainly because OpenBSD also had it.

- The _AFTER suffix makes a lot more sense, because it is related to
  SLIST_INSERT_AFTER. _NEXT is only used to iterate through the list.

The reason why I want to rename this now, is to make sure we don't
release a major version with the badly named macros.
2009-05-27 19:28:04 +00:00
..
2008-10-22 21:56:57 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2005-02-06 03:23:31 +00:00
2005-11-23 15:41:36 +00:00
2007-02-11 18:14:49 +00:00
2005-02-06 03:23:31 +00:00
2009-03-04 01:01:26 +00:00
2009-03-04 01:01:26 +00:00
2009-05-07 13:49:48 +00:00
2008-10-23 15:32:06 +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
2009-05-07 13:49:48 +00:00
2009-01-28 15:21:38 +00:00
2009-05-07 13:49:48 +00:00
2009-05-07 13:49:48 +00:00
2009-05-07 13:49:48 +00:00
2007-10-30 15:26:20 +00:00
2006-04-18 21:37:24 +00:00