bsd_queue 365 B

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