Convert sudo to use BSD TAILQ macros instead of home ground tail
queue functions. This includes a private queue.h header derived from FreeBSD. It is simpler to just use our own header rather than try to deal with macros that may or may not be present in various queue.h incarnations.
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
#ifndef _SUDOERS_PARSE_H
|
||||
#define _SUDOERS_PARSE_H
|
||||
|
||||
#include "list.h" /* XXX */
|
||||
|
||||
#undef UNSPEC
|
||||
#define UNSPEC -1
|
||||
#undef DENY
|
||||
|
Reference in New Issue
Block a user