diff options
Diffstat (limited to 'changes/bsd_queue')
-rw-r--r-- | changes/bsd_queue | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bsd_queue b/changes/bsd_queue deleted file mode 100644 index 024ca6fa5..000000000 --- a/changes/bsd_queue +++ /dev/null @@ -1,7 +0,0 @@ - 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.) - |