aboutsummaryrefslogtreecommitdiff
path: root/changes/bsd_queue
blob: 024ca6fa5f4b5e5fed9927e20daff89fd5be28e7 (plain)
1
2
3
4
5
6
7
  o Code simplification and refactoring:
    - Start using OpenBSD's implementation of queue.h, so that we don't
      need to hand-roll our own pointer and list structures whenever we
      need them. (We can't rely on a sys/queue.h, since some operating
      systems don't have them, and the ones that do have them don't all
      present the same extensions.)