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:
@@ -41,7 +41,8 @@ The file redblack.c bears the following license:
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
The files getcwd.c, glob.c, glob.h and snprintf.c bear the following license:
|
||||
The files getcwd.c, glob.c, glob.h, snprintf.c and queue.h bear the
|
||||
following license:
|
||||
|
||||
Copyright (c) 1989, 1990, 1991, 1993
|
||||
The Regents of the University of California. All rights reserved.
|
||||
|
Reference in New Issue
Block a user