--- embedaddon/sudo/common/list.c 2012/02/21 16:23:02 1.1.1.1 +++ embedaddon/sudo/common/list.c 2013/10/14 07:56:33 1.1.1.4 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2008, 2010-2011 Todd C. Miller + * Copyright (c) 2007-2008, 2010-2012 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -32,7 +32,7 @@ #include "missing.h" #include "list.h" #ifdef DEBUG -# include "error.h" +# include "fatal.h" #endif struct list_proto { @@ -81,7 +81,7 @@ list2tq(void *vh, void *vl) if (l != NULL) { #ifdef DEBUG if (l->prev == NULL) { - warningx("list2tq called with non-semicircular list"); + warningx_nodebug("list2tq called with non-semicircular list"); abort(); } #endif