Add "headless" tail queues and use them in place of the semi-circular

lists in sudoers.  Once the headless tail queue is built up it is
converted to a normal TAILQ.  This removes the last consumer of
list.c and list.h so those can now be removed.
This commit is contained in:
Todd C. Miller
2013-10-22 09:08:38 -06:00
parent f85106ea67
commit b38d253e98
17 changed files with 841 additions and 725 deletions

View File

@@ -43,7 +43,7 @@
#define SUDO_ERROR_WRAP 0
#include "missing.h"
#include "list.h"
#include "queue.h"
#include "parse.h"
#include "toke.h"
#include "sudo_plugin.h"